mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
syntax: Correct active task highlighting to work with indented tasks
This commit is contained in:
parent
6635e9f398
commit
b12540cd57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue