Update vim-actodo
This commit is contained in:
parent
21ace1a4cb
commit
77a0e0caff
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if exists("b:current_syntax")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
syntax match actodoName /#\+\s\+.\+/
|
syntax match actodoName /^#\+\s\+.\+/
|
||||||
syntax match actodoTodo /^\s*TODO:/
|
syntax match actodoTodo /^\s*TODO:/
|
||||||
syntax match actodoWait /^\s*WAIT:/
|
syntax match actodoWait /^\s*WAIT:/
|
||||||
syntax match actodoWork /^\s*WORK:/
|
syntax match actodoWork /^\s*WORK:/
|
||||||
|
|
Loading…
Reference in a new issue