jparise / vim-graphql

A Vim plugin that provides GraphQL file detection, syntax highlighting, and indentation.
MIT License
490 stars 25 forks source link

Add graphqlTemplateString to jsExpression cluster #75

Closed jparise closed 3 years ago

jparise commented 3 years ago

For pangloss/vim-javascript, we need to add graphqlTemplateString to the jsExpression cluster. This fixes comment-based syntax tagging when this JavaScript plugin is used.

Fixes #74