1
0
Fork 0
mirror of synced 2024-09-28 13:37:00 -04:00
ultimate-vim/sources_non_forked/dracula/after/syntax/json.vim
2022-11-21 23:06:50 +08:00

6 lines
126 B
VimL

if dracula#should_abort('json')
finish
endif
hi! link jsonKeyword DraculaCyan
hi! link jsonKeywordMatch DraculaPink