diff --git a/syntaxes/graphql.js.json b/syntaxes/graphql.js.json index 03b105f..a825072 100644 --- a/syntaxes/graphql.js.json +++ b/syntaxes/graphql.js.json @@ -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" @@ -25,4 +25,4 @@ } ], "scopeName": "inline.graphql" -} \ No newline at end of file +}