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

Variable grammar syntax incorrect #372

Closed trevordunn closed 7 years ago

trevordunn commented 7 years ago

The variable bar should be colored the same as foo, but it isn't. Pretty sure this is a Babel grammar issue and not a theme issue because I see the same symptom with other syntax themes.

image

var foo=(1<1),
bar=2;

Atom 1.17.2 language-babel 2.63.0