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
|