language-javascript-jsx
language-javascript-jsx copied to clipboard
Most elements have the same class names
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)