diff --git a/.vim/syntax/todo.vim b/.vim/syntax/todo.vim index 2ff1630..2c0022b 100644 --- a/.vim/syntax/todo.vim +++ b/.vim/syntax/todo.vim @@ -95,8 +95,6 @@ highlight todoStatusQuestion ctermfg=darkcyan guifg=#6666ff syntax match timeslot "\v\[.*-.*\] " nextgroup=todoItem skipwhite highlight timeslot ctermfg=Magenta -"syn keyword todoType note todoStatusDone todoStatusCancelled todoStatusDoing todoStatusTest todoStatusImportant nextgroup=todoItem skipwhite -"syn match VarName '\i\+' contained syn match todoItem '\i\+:' contained hi todoItem ctermfg=Blue