mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 05:40:06 +08:00
7 lines
126 B
VimL
7 lines
126 B
VimL
|
if dracula#should_abort('json')
|
||
|
finish
|
||
|
endif
|
||
|
|
||
|
hi! link jsonKeyword DraculaCyan
|
||
|
hi! link jsonKeywordMatch DraculaPink
|