Newer
Older
dracula-vim / after / syntax / json.vim
@David Ben Knoble David Ben Knoble on 1 May 2019 134 bytes Convert all highlight-links to hi! def link
if dracula#should_abort('json')
    finish
endif

hi! def link jsonKeyword      DraculaCyan
hi! def link jsonKeywordMatch DraculaPink