1.0.2 • Published 2 years ago

vscode-graphql-syntax v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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