subtleGradient / language-javascript-jsx

JavaScript with JSX Bundle for Atom
45 stars 6 forks source link

Most elements have the same class names #33

Open juliancoleman opened 7 years ago

juliancoleman commented 7 years ago

What's the purpose of having .syntax--variable.syntax--other.syntax--readwrite on most elements?

Also, I see a lot of syntax--entity.syntax--other.syntax--attribute-name as well as .syntax--meta.syntax--scope.syntax--inner, while some elements have .syntax--js, others have .syntax--es, and other others have .syntax--jsx.

Almost every element is styled to the same color, or doesn't make sense semantically (i.e. string quotations are colored different than the string contents themselves)