Closed rnmp closed 5 years ago
Btw I think it may be related to how tsxJsBlocks
are defined, my gut tells me that everything after }
gets interpreted as a javascript expression, hence the <
colored as a lower than sign.
Hi @rnmp thanks for submitting this bug, I've made a few fixes.
Please check it out and let me know if you run into any issues.
All fixed up! Thanks for getting to it so quickly! I actually just switched back to vim after years, and having proper TSX syntax coloring was one of my only minor concerns.
Note how the close tag doesn't match the open tag. Compare to this:
Is this a bug or am I missing a special configuration?