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

Important items are also todoItem

This commit is contained in:
2018-07-25 10:41:16 +02:00
parent 8040ca01bc
commit dab309fa57

View File

@@ -78,10 +78,10 @@ syntax match todoStatusTodo "\v^- " nextgroup=todoItem skipwhite
syntax match todoStatusTodo "\v .*- " nextgroup=todoItem skipwhite
highlight todoStatusTodo ctermfg=red guifg=#ff0000
syntax match todoStatusImportant "\v^\> .*$"
syntax match todoStatusImportant "\v \> .*$"
syntax match todoStatusImportant "\v^! .*$"
syntax match todoStatusImportant "\v ! .*$"
syntax match todoStatusImportant "\v^\> .*$" nextgroup=todoItem skipwhite
syntax match todoStatusImportant "\v \> .*$" nextgroup=todoItem skipwhite
syntax match todoStatusImportant "\v^! .*$" nextgroup=todoItem skipwhite
syntax match todoStatusImportant "\v ! .*$" nextgroup=todoItem skipwhite
"highlight todoStatusImportant ctermfg=131 guifg=#af5f5f
highlight todoStatusImportant ctermfg=167 guifg=#d75f5f