adjust xml so that it more closely matches html (#104)
* adjust xml so that it more closely matches html * formatting fixes
This commit is contained in:
parent
72a0d0d584
commit
15d0ff9f1a
1 changed files with 8 additions and 2 deletions
|
@ -2,6 +2,12 @@ if dracula#should_abort('xml')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
hi! link xmlTag DraculaGreen
|
hi! link xmlAttrib DraculaGreenItalic
|
||||||
hi! link xmlEndTag DraculaGreen
|
hi! link xmlEqual Operator
|
||||||
|
hi! link xmlTag Delimiter
|
||||||
|
hi! link xmlTagName Statement
|
||||||
|
|
||||||
|
" Fixes missing highlight over end tags
|
||||||
|
syn region xmlTagName
|
||||||
|
\ matchgroup=xmlTag start=+</[^ /!?<>"']\@=+
|
||||||
|
\ matchgroup=xmlTag end=+>+
|
||||||
|
|
Loading…
Reference in a new issue