1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Added notes to their own group

This commit is contained in:
2018-07-25 10:38:40 +02:00
parent c079f686a0
commit 1a24dc1992

View File

@@ -53,10 +53,10 @@ highlight link todoOperator Operator
" Task statuses
syntax match note "\v^n .*$"
syntax match note "\v n .*$"
syntax match note "\v .*$"
highlight note ctermfg=Grey guifg=#eeeeee
syntax match todoNote "\v^n .*$" nextgroup=todoNote
syntax match todoNote "\v n .*$" nextgroup=todoNote
syntax match todoNote "\v .*$" nextgroup=todoNote
highlight todoNote ctermfg=Grey guifg=#eeeeee
syntax match todoStatusDone "\v^v " nextgroup=todoItem skipwhite
syntax match todoStatusDone "\v v " nextgroup=todoItem skipwhite