shell highlighting

This commit is contained in:
ManjaroOne666 2018-02-05 18:21:33 +00:00
parent 2d87aab675
commit 4df1fdac17
1 changed files with 13 additions and 1 deletions

View File

@ -395,7 +395,19 @@ hi VimwikiListTodo ctermbg=233 guibg=#121212 ctermfg=255 guifg=
" shell " shell
" TODO do properly " 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 " BufExplorer Highlighting
hi! def link bufExplorerBufNbr InterfaceH1 hi! def link bufExplorerBufNbr InterfaceH1