tree-sitter-graphql 0.1.0

GraphQL grammar for tree-sitter
Documentation
{
  "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
  "grammars": [
    {
      "name": "graphql",
      "camelcase": "GraphQL",
      "scope": "source.graphql",
      "file-types": [
        "gql",
        "graphqls",
        "graphql"
      ],
      "injection-regex": "^graphql$",
      "class-name": "TreeSitterGraphql"
    }
  ],
  "metadata": {
    "version": "0.1.0",
    "license": "MIT",
    "description": "GraphQL grammar for tree-sitter",
    "authors": [
      {
        "name": "Joohwan Oh",
        "email": "joohwan.oh@outlook.com"
      }
    ],
    "links": {
      "repository": "https://github.com/joowani/tree-sitter-graphql"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true,
    "zig": true
  }
}