syntax: Correct active task highlighting to work with indented tasks

This commit is contained in:
Tomas Babej 2015-03-26 00:40:22 +01:00
parent 6635e9f398
commit b12540cd57

View file

@ -10,7 +10,7 @@ for s:i in range(1,6)
endfor
" Highlight active tasks
syntax match VimwikiCheckBoxActive /\*\s*\[S\]\s.*$/
syntax match VimwikiCheckBoxActive /\s*\*\s*\[S\]\s.*$/
hi def link VimwikiCheckBoxActive Type
" Highlight the UUID as comment