GraphQL-SublimeText
GraphQL-SublimeText copied to clipboard
GraphQL language syntax for SublimeText
Results
3
GraphQL-SublimeText issues
Sort by
recently updated
recently updated
newest added
When using GraphQL queries inside `graphql` JavaScript tag, syntax highlighting doesn't work.
It seems to work with type definitions, but not queries:
I have tried using the plugin, but it does not seem to highlight even basic structures, e.g. ``` graphql type BlogInput { eventName: String eventUrl: String eventStartAt: String eventEndAt: String...