mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Highlight keyword additions
This commit is contained in:
@@ -4,8 +4,8 @@ endif
|
||||
|
||||
|
||||
" Keywords that we want to emphasize
|
||||
syntax keyword todoKeyword todo done
|
||||
syntax keyword todoKeyword vrij free
|
||||
syntax keyword todoKeyword todo done important
|
||||
syntax keyword todoKeyword whoa free
|
||||
highlight link todoKeyword Keyword
|
||||
|
||||
|
||||
@@ -13,7 +13,11 @@ highlight link todoKeyword Keyword
|
||||
syntax match todoDayKeyword "thuiswerken"
|
||||
syntax match todoDayKeyword "papadag"
|
||||
syntax match todoDayKeyword "vrije dag"
|
||||
syntax match todoDayKeyword "vrij"
|
||||
syntax match todoDayKeyword "koningsdag"
|
||||
syntax match todoDayKeyword "ill"
|
||||
syntax match todoDayKeyword "ziek"
|
||||
syntax match todoDayKeyword "ziekig"
|
||||
highlight todoDayKeyword ctermfg=116 guifg=#8cd0d3
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user