7 lines
159 B
VimL
7 lines
159 B
VimL
if dracula#should_abort('bash', 'ksh', 'posix', 'sh')
|
|
finish
|
|
endif
|
|
|
|
hi! link shCommandSub NONE
|
|
hi! link shEscape DraculaRed
|
|
hi! link shParenError NONE
|