{
  "fileTypes": ["js", "jsx", "ts", "tsx"],
  "injectionSelector": "L:source -string -comment",
  "patterns": [
    {
      "name": "relayQL",
      "begin": "(Relay.QL|gql)(`)",
      "beginCaptures": {
        "1": {
          "name": "entity.name.function.tagged-template.js"
        },
        "2": {
          "name": "punctuation.definition.string.template.begin.js"
        }
      },
      "end": "`",
      "endCaptures": {
        "0": {
          "name": "punctuation.definition.string.template.end.js"
        }
      },
      "patterns": [
        {
          "include": "source.graphql"
        }
      ]
    }
  ],
  "scopeName": "relayQL.graphql"
}