Closed diegodesouza closed 8 years ago
I'm wondering if this was intentional, but the closing tags color don't match the opening ones. Notice the <div> and its closing </div>. I'm using the theme called "Tomorrow-night" and have tested with others as well, same issue.
<div>
</div>
The colorization should match what you see in a regular XML file, and I think different colors is the default.
@diegodesouza I ran into this today. Added this to my vimrc
highlight link xmlEndTag xmlTag
I'm wondering if this was intentional, but the closing tags color don't match the opening ones. Notice the
<div>
and its closing</div>
. I'm using the theme called "Tomorrow-night" and have tested with others as well, same issue.