orktes / atom-react

ReactJS Support for atom (syntax, snippets)
http://orktes.github.io/atom-react/
MIT License
476 stars 78 forks source link

Scopes are applied too broadly in JSX grammar #286

Open calebmeyer opened 6 years ago

calebmeyer commented 6 years ago

meta.brace.curly.js (and round as well) give their scope to their contents, not just the braces themselves. I stumbled across this problem (with the help of @hotel from the slack) while working on https://github.com/calebmeyer/prismatic-parens .

Here's a screenshot showing what's happening: image