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:
commit
23e76f31ab
1 changed files with 7 additions and 0 deletions
7
after/syntax/xml.vim
Normal file
7
after/syntax/xml.vim
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
if dracula#should_abort('xml')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
hi! link xmlTag DraculaGreen
|
||||||
|
hi! link xmlEndTag DraculaGreen
|
||||||
|
|
Loading…
Reference in a new issue