Releases: jparise/vim-graphql
Releases · jparise/vim-graphql
v1.6
General
- Target the October 2021 Edition of the GraphQL specification (#93)
 - Require vim 8.2 or later
 
JavaScript Support
v1.5
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
1.2
Syntax Support
- Updated to the June 2018 GraphQL Specification
 - Added syntax support for block (triple-quoted) strings
 - Recognize 
schemaas a structural keyword - Recognize 
&as an operator - Improved syntax highlighting for directives
 - Removed the 
graphqlConstantsyntax 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 
efrom'indentkeys' - Added 
*.graphqlsto list ofgraphqlfile extensions