use a standalone file for xml

This commit is contained in:
Hao Chen 2018-05-24 19:42:18 +08:00
parent 90e259bf46
commit 937449e548
2 changed files with 7 additions and 2 deletions

7
after/syntax/xml.vim Normal file
View file

@ -0,0 +1,7 @@
if dracula#should_abort('xml')
finish
endif
hi! link xmlTag DraculaGreen
hi! link xmlEndTag DraculaGreen

View file

@ -326,8 +326,6 @@ hi! link helpHyperTextJump DraculaLink
hi! link helpCommand DraculaPurple
hi! link helpExample DraculaGreen
hi! link xmlEndTag xmlTag
"}}}
" vim: fdm=marker ts=2 sts=2 sw=2: