We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a85fee + 58e8d06 commit c3f487aCopy full SHA for c3f487a
after/syntax/todo.vim
@@ -1,7 +1,7 @@
1
"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*!.*'
+syntax match vimTodoListsDone '^\s*- \[X\].*'
+syntax match vimTodoListsNormal '^\s*- \[ \]\s*.*'
+syntax match vimTodoListsImportant '^\s*- \[ \]\s*!.*'
5
6
highlight link vimTodoListsDone Comment
7
highlight link vimTodoListsNormal Normal
0 commit comments