shell highlighting
This commit is contained in:
parent
2d87aab675
commit
4df1fdac17
|
@ -396,6 +396,18 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue