mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments inside XML tags are not colored properly

jiulongw opened this issue · comments

Created PR #164 .

Example:

return (
  <MyComponent
    // this is a comment
    style={...}
  />
);

Can confirm:

screen shot 2018-06-12 at 11 38 47

Thanks for #164! I was also experiencing this problem and it solved it for me.