Update vim-actodo

This commit is contained in:
Anthony Rose 2022-06-09 10:05:37 +00:00
parent 4ec906d1fc
commit 2a71dfdf93

View file

@ -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:/