misc small spec fixes

This commit is contained in:
Derek P Sifford 2018-10-25 10:56:34 -04:00
parent 3ed4939300
commit 1629973ce6
3 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,7 @@ hi! link cssBraces Delimiter
hi! link cssFunctionComma Delimiter hi! link cssFunctionComma Delimiter
hi! link cssNoise DraculaPink hi! link cssNoise DraculaPink
hi! link cssProp DraculaCyan hi! link cssProp DraculaCyan
hi! link cssPseudoClass DraculaPink
hi! link cssPseudoClassId DraculaGreenItalic hi! link cssPseudoClassId DraculaGreenItalic
hi! link cssUnitDecorators DraculaPink hi! link cssUnitDecorators DraculaPink
hi! link cssVendor DraculaGreenItalic hi! link cssVendor DraculaGreenItalic

6
after/syntax/json.vim Normal file
View file

@ -0,0 +1,6 @@
if dracula#should_abort('json')
finish
endif
hi! link jsonKeyword DraculaCyan
hi! link jsonKeywordMatch DraculaPink

View file

@ -3,3 +3,4 @@ if dracula#should_abort('bash', 'ksh', 'posix', 'sh')
endif endif
hi! link shCommandSub NONE hi! link shCommandSub NONE
hi! link shEscape DraculaRed