jparise / vim-graphql

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

Add GraphQL syntax support within PHP strings #68

Closed jparise closed 3 years ago

jparise commented 3 years ago

Syntax highlighting and indentation within heredoc and nowdoc strings are supported. The string identifier must be named GQL.

Closes #61