mirror of
https://github.com/amix/vimrc
synced 2024-12-20 00:43:14 +00:00
9 lines
186 B
VimL
9 lines
186 B
VimL
|
if dracula#should_abort('bash', 'ksh', 'posix', 'sh')
|
||
|
finish
|
||
|
endif
|
||
|
|
||
|
hi! link shCommandSub NONE
|
||
|
hi! link shEscape DraculaRed
|
||
|
hi! link shParen NONE
|
||
|
hi! link shParenError NONE
|