jparise / vim-graphql

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

Add support for `%relay` within Reason syntax #85

Closed anmonteiro closed 2 years ago

anmonteiro commented 2 years ago

This is used by https://rescript-relay-documentation.vercel.app/docs/making-queries

jparise commented 2 years ago

@anmonteiro Thank you for your contribution! I just merged #86, which takes a slightly different (regex) approach and includes document and tests.

anmonteiro commented 2 years ago

Thank you!