We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In JavaScript (Babel) in code like this
type.CONSTANT_NAME process.env.NODE_ENV
the uppercase words would have variable.other.constant.js scope and I could style them as constants in my color scheme.
variable.other.constant.js
In JS Custom they are just meta.property.object.js. If we have CONSTANT_NAME alone it is variable.other.constant.js just like in the Babel syntax.
meta.property.object.js
Semantically they are all constants. Maybe we could add this extra scope for uppercase words
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In JavaScript (Babel) in code like this
the uppercase words would have
variable.other.constant.js
scope and I could style them as constants in my color scheme.In JS Custom they are just
meta.property.object.js
. If we have CONSTANT_NAME alone it isvariable.other.constant.js
just like in the Babel syntax.Semantically they are all constants. Maybe we could add this extra scope for uppercase words
The text was updated successfully, but these errors were encountered: