Update vim-actodo
This commit is contained in:
parent
4ec906d1fc
commit
2a71dfdf93
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ if exists("b:current_syntax")
|
|||
endif
|
||||
|
||||
syntax region prName start="^\s*#" end="$"
|
||||
syntax match prName /^.\+\n=\+$/
|
||||
syntax match prName /^.\+\n-\+$/
|
||||
syntax match prTodo /^\s*TODO:/
|
||||
syntax match prWork /^\s*WORK:/
|
||||
syntax match prDone /^\s*DONE:/
|
||||
|
|
Loading…
Reference in a new issue