Merge pull request #86 from raulchen/fix_xml

Fix end tag in xml not being highlighted

This is a temporary fix, per comments on #86
This commit is contained in:
D. Ben Knoble 2018-05-31 20:37:05 -04:00 committed by GitHub
commit 23e76f31ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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