Releases: jparise/vim-graphql
Releases · jparise/vim-graphql
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
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 ofgraphql
file extensions