diff options
Diffstat (limited to '.vim/my/syntax/todolist.vim')
| -rw-r--r-- | .vim/my/syntax/todolist.vim | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.vim/my/syntax/todolist.vim b/.vim/my/syntax/todolist.vim deleted file mode 100644 index d2775e3..0000000 --- a/.vim/my/syntax/todolist.vim +++ /dev/null @@ -1,21 +0,0 @@ -scriptencoding utf-8 - - -if exists("b:current_syntax") - finish -endif - - - -syn match todolistCheckboxUnchecked /\[ \]/ -syn match todolistCheckboxChecked /\[x\]/ -syn region todolistComment start="//" end="$" - - - -hi def link todolistCheckboxUnchecked Operator -hi def link todolistCheckboxChecked Operator -hi def link todolistComment Comment - - -let b:current_syntax = "todolist" |
