Skip to content

Commit

Permalink
feat(syntax): support relay modern’s graphql.experimental tag. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy authored and kumarharsh committed Aug 24, 2017
1 parent 0c1fd0c commit 0233881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/graphql.js.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"patterns": [
{
"name": "taggedTemplates",
"begin": "(Relay.QL|gql|graphql)(`)",
"begin": "(Relay.QL|gql|graphql(\\.experimental)?)(`)",
"beginCaptures": {
"1": {
"name": "entity.name.function.tagged-template.js"
Expand All @@ -25,4 +25,4 @@
}
],
"scopeName": "inline.graphql"
}
}

0 comments on commit 0233881

Please sign in to comment.