misc small spec fixes
This commit is contained in:
parent
3ed4939300
commit
1629973ce6
3 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,7 @@ hi! link cssBraces Delimiter
|
|||
hi! link cssFunctionComma Delimiter
|
||||
hi! link cssNoise DraculaPink
|
||||
hi! link cssProp DraculaCyan
|
||||
hi! link cssPseudoClass DraculaPink
|
||||
hi! link cssPseudoClassId DraculaGreenItalic
|
||||
hi! link cssUnitDecorators DraculaPink
|
||||
hi! link cssVendor DraculaGreenItalic
|
||||
|
|
6
after/syntax/json.vim
Normal file
6
after/syntax/json.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
if dracula#should_abort('json')
|
||||
finish
|
||||
endif
|
||||
|
||||
hi! link jsonKeyword DraculaCyan
|
||||
hi! link jsonKeywordMatch DraculaPink
|
|
@ -3,3 +3,4 @@ if dracula#should_abort('bash', 'ksh', 'posix', 'sh')
|
|||
endif
|
||||
|
||||
hi! link shCommandSub NONE
|
||||
hi! link shEscape DraculaRed
|
||||
|
|
Loading…
Reference in a new issue