Closed eemed closed 3 years ago
Not sure if this is easily solvable since these tags are linked to Statement
and considering that strings are already bold, I don't think tags should also be bold. I think that's just the way it is considering that this theme is going for a minimal palette. Underline would be overkill since many language constructs would then be underline as well. And adding exceptions for XML would be tedious since it would probably mean adding more exceptions for other languages too.
My comment shows my lack of understanding of colors in Vim back then. Sad panda! I'll definitely add A LOT more support for more granular highlight groups in the version 1 branch. XML will be on the feature list.
XML is very hard to read because neither tags nor their content is emphasized. I think the tags could be bold. Relevant highlight groups are
xmlTagName
andxmlEndTag
.