1.0.2 • Published 3 years ago
vscode-graphql-syntax v1.0.2
GraphQL Syntax Support
Adds basic GraphQL highlighting and language support such as bracket matching.
Supports .graphql/.gql/.graphqls highlighting
Supported Languages
Javascript & Typescript
accepted template strings and expression patterns
gql`{ id }`
graphql`{ id }`
gql<MyType>`{ id }`
gql.experimental`{ id }`gql('{ id }')
graphql('{ id }')
gql<MyType>('{ id }')
gql.experimental('{ id }')accepted comment-delimited patterns
/* GraphiQL */
const query = `
{ id }
`
const query = `#graphql
{ id }
`- ReasonML/ReScript (
%graphql()) - Python
- PHP
- Markdown for
graphql\`,GraphQL``andgql``` (even when deeply nested!)
For full autocompletion, validation and other features, you can install GraphQL.vscode-graphql, which depends on this extension
1.0.3-canary-f4eb9838.0
3 years ago
1.0.2
3 years ago