{
  "grammars": [
    {
      "name": "context",
      "camelcase": "ConTeXt",
      "scope": "text.tex.context",
      "path": ".",
      "file-types": [
        "tex",
        "ctx",
        "mkiv",
        "mkvi",
        "mkxl",
        "mklx"
      ],
      "highlights": "queries/highlights.scm",
      "tags": "",
      "injection-regex": "context"
    }
  ],
  "metadata": {
    "version": "0.6.1",
    "license": "MIT",
    "description": "ConTeXt grammar for tree-sitter",
    "authors": [
      {
        "name": "Paul Mazaitis",
        "email": "paul@mazaitis.org"
      }
    ],
    "links": {
      "repository": "https://github.com/pmazaitis/tree-sitter-context"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}
