Skip to content

Commit c3f487a

Browse files
committed
Merge branch 'BlackCatter-syntax-highlight-update' into dev
2 parents 4a85fee + 58e8d06 commit c3f487a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

after/syntax/todo.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"Syntax commands ordering is important due to order of the matching
2-
syntax match vimTodoListsDone '^\s*\[X\].*'
3-
syntax match vimTodoListsNormal '^\s*\[ \]\s*.*'
4-
syntax match vimTodoListsImportant '^\s*\[ \]\s*!.*'
2+
syntax match vimTodoListsDone '^\s*- \[X\].*'
3+
syntax match vimTodoListsNormal '^\s*- \[ \]\s*.*'
4+
syntax match vimTodoListsImportant '^\s*- \[ \]\s*!.*'
55

66
highlight link vimTodoListsDone Comment
77
highlight link vimTodoListsNormal Normal

0 commit comments

Comments
 (0)