Skip to content

1.2

Compare
Choose a tag to compare
@jparise jparise released this 07 Jan 17:04
· 63 commits to master since this release

Syntax Support

  • Updated to the June 2018 GraphQL Specification
  • Added syntax support for block (triple-quoted) strings
  • Recognize schema as a structural keyword
  • Recognize & as an operator
  • Improved syntax highlighting for directives
  • Removed the graphqlConstant syntax definition

Language Support

  • Added TypeScript and Vue Support
  • Support Vim 8.2+'s built-in support for JavaScript and TypeScript (no third-party plugins required)

Miscellaneous

  • Removed e from 'indentkeys'
  • Added *.graphqls to list of graphql file extensions