jparise / vim-graphql

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

Block Strings #14

Closed jparise closed 6 years ago

jparise commented 6 years ago

Per facebook/graphql#327, a block string starts and ends with a triple-quote:

"""This is a triple-quoted string
and it can contain multiple lines"""

Reference implementation: graphql/graphql-js#926