felipeochoa / rjsx-mode

A JSX major mode for Emacs
https://github.com/felipeochoa/rjsx-mode
MIT License
641 stars 32 forks source link

Support highligthing for gql tags #69

Closed ar1a closed 6 years ago

ar1a commented 6 years ago

Support highlighting for stuff like

gql`
{
  test {
    id
  }
}
`

here's a picture off google of an example in vscode https://user-images.githubusercontent.com/760112/34255465-d20b6800-e676-11e7-88ef-0ef65d6b95e9.png

yet in rjsx-mode etc it just displays as a string.

felipeochoa commented 6 years ago

While I think this is a worthwhile feature to have, I think this is out of scope for rjsx.