gandm / language-babel

ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
https://atom.io/packages/language-babel
MIT License
476 stars 83 forks source link

Incorrect highlighting of nested JSX elements #436

Closed xenobarbital closed 7 years ago

xenobarbital commented 7 years ago

I'm getting strange behavior in the editor with nested JSX elements. When self-closing component (<Scene/> in my case) is written without a space before slash, the highlighting of opening and closing tags for the parent is OK, but when you add a space (<Scene />) the result is not good. right wrong

gandm commented 7 years ago

Atom's bracket matcher highlights matching tags not this package.