diff --git a/vim/colors/base-grey.vim b/vim/colors/base-grey.vim index 0ba0eb0..9a49574 100644 --- a/vim/colors/base-grey.vim +++ b/vim/colors/base-grey.vim @@ -386,6 +386,11 @@ hi! def link yamlKeyValueDelimiter Noise hi! def link yamlFlowIndicator Noise ""}}} +"" #config highlighting +""{{{ +hi! def link confComment Comment +""}}} + """"""""""""""""""""""""""""""""""""""""" " following are to be done """"""""""""""""""""""""""""""""""""""""" @@ -422,11 +427,6 @@ hi! def link yamlFlowIndicator Noise "hi! def link jsonQuote mNoise ""}}} -"" #config highlighting -""{{{ -"hi! def link confComment mComment -""}}} - "" extra whitespace ""{{{ "hi! def link ExtraWhitespace CRWarning