subtleGradient / language-javascript-jsx

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

Option to disable special treatment of environment-specific class tokens #24

Open axefrog opened 8 years ago

axefrog commented 8 years ago

Stuff like event and document highlight as though they're special. When developing something for which these types are undefined or irrelevant (such as server-side node.js), it's annoying having these words commandeered with the assumption that we're in a browser-targeted environment.

Example:

image

Any chance of an option to stop environment-specific tokens from being given special treatment?