language-javascript-jsx
language-javascript-jsx copied to clipboard
Option to disable special treatment of environment-specific class tokens
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:
Any chance of an option to stop environment-specific tokens from being given special treatment?