From 4df1fdac17b7e6efb00ecd3d307d745f713c0888 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 5 Feb 2018 18:21:33 +0000 Subject: [PATCH] shell highlighting --- vim/colors/customred256.vim | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/vim/colors/customred256.vim b/vim/colors/customred256.vim index 340d5d3..619f178 100644 --- a/vim/colors/customred256.vim +++ b/vim/colors/customred256.vim @@ -395,7 +395,19 @@ hi VimwikiListTodo ctermbg=233 guibg=#121212 ctermfg=255 guifg= " shell " TODO do properly -hi! def link shConditional shLoop +hi! def link shConditional shLoop +hi! def link shFunctionTwo CRIdentifierBright +hi! def link shFunction CRIdentifier +hi! def link shFunctionKey CRStatement +hi! def link shCaseEsac CRValue +hi! def link shCaseBar CRNoise +hi! def link shEcho CRNoiseBright +hi! def link bashSpecialVariables CRSpecialBright +hi! def link shCmdSubRegion CRNoiseBright +hi! def link shCommandSub CRSpecialDark +hi! def link shEscape CRNoise +hi! def link shTestOpr CRNoise +hi! def link shSnglCase CRNoise " BufExplorer Highlighting hi! def link bufExplorerBufNbr InterfaceH1