vscode-language-babel
vscode-language-babel copied to clipboard
Anonymous map functions in JSX mess up tag matching
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.

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.