mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Cleanups
This commit is contained in:
@@ -8,16 +8,14 @@ syntax keyword todoKeyword todo done
|
|||||||
syntax keyword todoKeyword vrij free
|
syntax keyword todoKeyword vrij free
|
||||||
highlight link todoKeyword Keyword
|
highlight link todoKeyword Keyword
|
||||||
|
|
||||||
|
|
||||||
" Remarks about the day
|
" Remarks about the day
|
||||||
syntax match todoDayKeyword "thuiswerken"
|
syntax match todoDayKeyword "thuiswerken"
|
||||||
syntax match todoDayKeyword "papadag"
|
syntax match todoDayKeyword "papadag"
|
||||||
syntax match todoDayKeyword "vrije dag"
|
syntax match todoDayKeyword "vrije dag"
|
||||||
syntax match todoDayKeyword "koningsdag"
|
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
|
highlight todoDayKeyword ctermfg=38 guifg=#00afd7
|
||||||
" DeepSkeyBlue4
|
|
||||||
|
|
||||||
" Inline commenting
|
" Inline commenting
|
||||||
syntax match todoComment "\v#.*$"
|
syntax match todoComment "\v#.*$"
|
||||||
@@ -48,7 +46,6 @@ highlight todoStatusDone ctermfg=green guifg=#00ff00
|
|||||||
|
|
||||||
syntax match todoStatusDoing "\v^d .*$"
|
syntax match todoStatusDoing "\v^d .*$"
|
||||||
syntax match todoStatusDoing "\v d .*$"
|
syntax match todoStatusDoing "\v d .*$"
|
||||||
"highlight todoStatusDoing ctermfg=DarkOrange guifg=#ffcc00
|
|
||||||
highlight todoStatusDoing ctermfg=DarkYellow guifg=#ffcc00
|
highlight todoStatusDoing ctermfg=DarkYellow guifg=#ffcc00
|
||||||
|
|
||||||
syntax match todoStatusTest "\v^t "
|
syntax match todoStatusTest "\v^t "
|
||||||
|
|||||||
Reference in New Issue
Block a user