mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.
1.59k stars 95 forks source link

Colors don't match on closing tags #87

Closed diegodesouza closed 8 years ago

diegodesouza commented 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. screen shot 2016-03-20 at 6 35 21 pm

mxw commented 8 years ago

The colorization should match what you see in a regular XML file, and I think different colors is the default.

statianzo commented 8 years ago

@diegodesouza I ran into this today. Added this to my vimrc

highlight link xmlEndTag xmlTag