mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 02:25:11 +01:00
Better match indented todo items
This commit is contained in:
@@ -75,7 +75,7 @@ syntax match todoStatusTest "\v t " nextgroup=todoItem skipwhite
|
||||
highlight todoStatusTest ctermfg=darkcyan guifg=#6666ff
|
||||
|
||||
syntax match todoStatusTodo "\v^- " nextgroup=todoItem skipwhite
|
||||
syntax match todoStatusTodo "\v - " nextgroup=todoItem skipwhite
|
||||
syntax match todoStatusTodo "\v .*- " nextgroup=todoItem skipwhite
|
||||
highlight todoStatusTodo ctermfg=red guifg=#ff0000
|
||||
|
||||
syntax match todoStatusImportant "\v^\> .*$"
|
||||
|
||||
Reference in New Issue
Block a user