michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

Anonymous map functions in JSX mess up tag matching #39

Open bsmith-cycorp opened 5 years ago

bsmith-cycorp commented 5 years ago

My cursor in this image is before the <div>. Normally the > at the end of the corresponding </div> would be highlighted, but when there's a map( ) in there, the > on the => gets highlighted instead.

foo_react_js_ _cyc-ui

michaelgmcd commented 5 years ago

Very weird issue. I'll try to take a look when I can but if I'm being honest, there are a few higher priority bugs at the moment.