.dotfiles/.vim/pack/themes/start/dracula/after/syntax/json.vim
2025-03-24 12:46:28 -04:00

6 lines
126 B
VimL

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