language-javascript-jsx icon indicating copy to clipboard operation
language-javascript-jsx copied to clipboard

Option to disable special treatment of environment-specific class tokens

Open axefrog opened this issue 8 years ago • 0 comments

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?

axefrog avatar May 30 '16 23:05 axefrog