wooorm / refractor

Lightweight, robust, elegant virtual syntax highlighting using Prism
MIT License
724 stars 34 forks source link

GraphQL language definition: no match for triple-quoted docstrings #29

Closed simmerer closed 4 years ago

simmerer commented 4 years ago

Triple-quoted docstrings are valid GraphQL but aren't accounted for here in refractor's GraphQL syntax definition.

See https://github.com/wooorm/refractor/pull/28 for a fix.