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
function
Space after function seems to break highlighting for a method inside an object literal.
Here are the scope names that are being returned for the method names:
# First (good) source.js meta.object-literal.js.fjsx15 meta.block.js.fjsx15 meta.declaration.function.js.fjsx15 meta.object-literal.key.js.fjsx15 entity.name.function.js.fjsx15 # Second (bad) source.js meta.object-literal.js.fjsx15 meta.block.js.fjsx15 meta.object-literal.key.js.fjsx15 string.unquoted.js.fjsx15
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Space after
function
seems to break highlighting for a method inside an object literal.Here are the scope names that are being returned for the method names:
The text was updated successfully, but these errors were encountered: