mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
gitignore sources_non_forked_cache
This commit is contained in:
8
sources_non_forked/dracula/after/syntax/sh.vim
Normal file
8
sources_non_forked/dracula/after/syntax/sh.vim
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user