Newer
Older
dracula-vim / after / syntax / json.vim
@Derek P Sifford Derek P Sifford on 25 Oct 2018 126 bytes misc small spec fixes
if dracula#should_abort('json')
    finish
endif

hi! link jsonKeyword      DraculaCyan
hi! link jsonKeywordMatch DraculaPink