Skip to content

Releases: jparise/vim-graphql

v1.5

15 Jan 23:34
Compare
Choose a tag to compare

Language Support

  • Added ReScript support (#79)
  • Added support for both #gql and #graphql comments in JavaScript template strings (#81)
  • Added support for %relay in ReasonML and ReScript (#86)

Miscellaneous

  • The first GraphQL line within a template string is now automatically indented (#89)

1.4

19 Mar 19:10
Compare
Choose a tag to compare
1.4

Language Support

  • Improved region matching for JavaScript template strings (#64)
  • Added comment-based (# gql) syntax tagging for JavaScript (#69, #75)
  • Added GraphQL syntax support within PHP heredoc and nowdoc strings (#68)
  • Improved ReasonML language support (#59, #60, #78)
  • Generally improved support for nested language syntaxes (#73)

Miscellaneous

1.3

31 Aug 15:48
Compare
Choose a tag to compare
1.3

Language Support

  • Added ReasonML support

1.2

07 Jan 17:04
Compare
Choose a tag to compare
1.2

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

1.1

03 Sep 18:40
Compare
Choose a tag to compare
1.1
  • GraphQL syntax support for JavaScript/ES6 tagged template literals (#1, #8)

1.0

30 Aug 01:59
Compare
Choose a tag to compare
1.0

Initial release with support for file detection, syntax highlighting, and indentation.