vim-jsx
vim-jsx copied to clipboard
Comments inside XML tags are not colored properly
Created PR #164 .
Example:
return (
<MyComponent
// this is a comment
style={...}
/>
);
Can confirm:
Thanks for #164! I was also experiencing this problem and it solved it for me.