From f5431b236ddfa252d2b70ffac7f8fd2ad540862f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 21 Apr 2015 09:00:11 +0200 Subject: [PATCH] Cleanups --- .vim/syntax/todo.vim | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.vim/syntax/todo.vim b/.vim/syntax/todo.vim index 1f56278..8c090b3 100644 --- a/.vim/syntax/todo.vim +++ b/.vim/syntax/todo.vim @@ -8,16 +8,14 @@ syntax keyword todoKeyword todo done syntax keyword todoKeyword vrij free highlight link todoKeyword Keyword + " Remarks about the day syntax match todoDayKeyword "thuiswerken" syntax match todoDayKeyword "papadag" syntax match todoDayKeyword "vrije dag" syntax match todoDayKeyword "koningsdag" -"highlight todoDayKeyword ctermfg=25 guifg=#005faf -"highlight todoDayKeyword ctermfg=27 guifg=#005fff -"highlight todoDayKeyword ctermfg=39 guifg=#00afff highlight todoDayKeyword ctermfg=38 guifg=#00afd7 -" DeepSkeyBlue4 + " Inline commenting syntax match todoComment "\v#.*$" @@ -48,7 +46,6 @@ highlight todoStatusDone ctermfg=green guifg=#00ff00 syntax match todoStatusDoing "\v^d .*$" syntax match todoStatusDoing "\v d .*$" -"highlight todoStatusDoing ctermfg=DarkOrange guifg=#ffcc00 highlight todoStatusDoing ctermfg=DarkYellow guifg=#ffcc00 syntax match todoStatusTest "\v^t "