vim-jsx icon indicating copy to clipboard operation
vim-jsx copied to clipboard

Comments inside XML tags are not colored properly

Open jiulongw opened this issue 6 years ago • 2 comments

Created PR #164 .

Example:

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

jiulongw avatar Mar 21 '18 18:03 jiulongw

Can confirm:

screen shot 2018-06-12 at 11 38 47

mxstbr avatar Jun 12 '18 09:06 mxstbr

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

vieira avatar Oct 30 '18 16:10 vieira