mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Disable some barely used keywords that are confusing
This commit is contained in:
@@ -4,9 +4,9 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
" Keywords that we want to emphasize
|
" Keywords that we want to emphasize
|
||||||
syntax keyword todoKeyword todo done important
|
"syntax keyword todoKeyword todo done important
|
||||||
syntax keyword todoKeyword whoa free
|
"syntax keyword todoKeyword whoa free
|
||||||
highlight link todoKeyword Keyword
|
"highlight link todoKeyword Keyword
|
||||||
|
|
||||||
|
|
||||||
" Remarks about the day
|
" Remarks about the day
|
||||||
@@ -15,7 +15,7 @@ syntax match todoDayKeyword "papadag"
|
|||||||
syntax match todoDayKeyword "vrije dag"
|
syntax match todoDayKeyword "vrije dag"
|
||||||
syntax match todoDayKeyword "vrij"
|
syntax match todoDayKeyword "vrij"
|
||||||
syntax match todoDayKeyword "koningsdag"
|
syntax match todoDayKeyword "koningsdag"
|
||||||
syntax match todoDayKeyword "ill"
|
"syntax match todoDayKeyword "ill"
|
||||||
syntax match todoDayKeyword "ziek"
|
syntax match todoDayKeyword "ziek"
|
||||||
syntax match todoDayKeyword "ziekig"
|
syntax match todoDayKeyword "ziekig"
|
||||||
highlight todoDayKeyword ctermfg=116 guifg=#8cd0d3
|
highlight todoDayKeyword ctermfg=116 guifg=#8cd0d3
|
||||||
|
|||||||
Reference in New Issue
Block a user