You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scopes for GraphQL within the custom tag are not parsing. GraphQL scopes are parsing correctly in standalone GraphQL file. Other languages -- e.g. YAML -- are fully parsing correctly.
Looking at the example above, the scope for the id parameter in a standalone GraphQL file is... source.graphql meta.block.graphql variable.parameter.graphql
The scope for the id parameter in within the custom tag is... source.js.default meta.string.js source.graphql
The text was updated successfully, but these errors were encountered:
no idea if this helps for you, but i had the same problem (with a similar configuration).
I was using the Monokai-Pro theme, and now that i've uninstalled that theme graphql scopes are set correctly
Monokai Pro ships static plain text dummy syntax definitions for various scopes to support custom icons, which are likely to override real syntaxes. This is likely to cause trouble even with real syntax definitions looking non-functioning.
Sublime Text build number
4169
Example Code
JS Custom Preferences
Configuration name
JS Custom - Default
Description
Scopes for GraphQL within the custom tag are not parsing. GraphQL scopes are parsing correctly in standalone GraphQL file. Other languages -- e.g. YAML -- are fully parsing correctly.
Looking at the example above, the scope for the
id
parameter in a standalone GraphQL file is...source.graphql meta.block.graphql variable.parameter.graphql
The scope for the
id
parameter in within the custom tag is...source.js.default meta.string.js source.graphql
The text was updated successfully, but these errors were encountered: