tv vim: add todoComment

This commit is contained in:
tv 2019-02-16 19:29:25 +01:00
parent 8791713f20
commit cfb756c7b1
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,7 @@ let {
setlocal foldmethod=syntax
'';
"/syntax/todo.vim".text = ''
syn match Comment /#.*/
syn match todoComment /#.*/
syn match todoDate /^[1-9]\S*/
\ nextgroup=todoSummary
@ -173,6 +173,7 @@ let {
syn sync minlines=1000
hi link todoComment Comment
hi todoDate ctermfg=255
hi todoSummary ctermfg=229
hi todoBlock ctermfg=248