aaya-dev
Results
2
comments of
aaya-dev
@dharness @tomgatzgates Create `xml.vim` in `~/.vim/after/syntax/` and add the following: ``` syn region xmlTagName matchgroup=xmlEndTag start=++ ``` You should be able to style the angle brackets and tag names separately...
I agree that this is an XML syntax highlighting issue and that it falls outside of the scope of this project. My earlier comment addresses how to add syntax rules...