Newer
Older
dracula-vim / after / syntax / xml.vim
@Hao Chen Hao Chen on 24 May 2018 111 bytes use a standalone file for xml
if dracula#should_abort('xml')
    finish
endif

hi! link xmlTag DraculaGreen
hi! link xmlEndTag DraculaGreen