From 742b7e935ce5280ba14536b0478108b4c71dadf9 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 15 Mar 2016 11:11:08 +0100 Subject: [PATCH] Disable some barely used keywords that are confusing --- .vim/syntax/todo.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vim/syntax/todo.vim b/.vim/syntax/todo.vim index 6f7b5dc..55e6a31 100644 --- a/.vim/syntax/todo.vim +++ b/.vim/syntax/todo.vim @@ -4,9 +4,9 @@ endif " Keywords that we want to emphasize -syntax keyword todoKeyword todo done important -syntax keyword todoKeyword whoa free -highlight link todoKeyword Keyword +"syntax keyword todoKeyword todo done important +"syntax keyword todoKeyword whoa free +"highlight link todoKeyword Keyword " Remarks about the day @@ -15,7 +15,7 @@ syntax match todoDayKeyword "papadag" syntax match todoDayKeyword "vrije dag" syntax match todoDayKeyword "vrij" syntax match todoDayKeyword "koningsdag" -syntax match todoDayKeyword "ill" +"syntax match todoDayKeyword "ill" syntax match todoDayKeyword "ziek" syntax match todoDayKeyword "ziekig" highlight todoDayKeyword ctermfg=116 guifg=#8cd0d3