aboutsummaryrefslogtreecommitdiffstats
path: root/syntax/todo.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/todo.vim')
-rw-r--r--syntax/todo.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/syntax/todo.vim b/syntax/todo.vim
index f1cd862..56cce73 100644
--- a/syntax/todo.vim
+++ b/syntax/todo.vim
@@ -2,9 +2,6 @@ if exists('b:current_syntax')
finish
endif
-" highlight Undone ctermbg=yellow ctermfg=235
-" match Undone /^- .\+/
-
syntax match todoUndone /^- .\+/
highlight link todoUndone Statement