{
  "grammars": [
    {
      "name": "c-sharp",
      "camelcase": "CSharp",
      "scope": "source.cs",
      "path": ".",
      "file-types": [
        "cs"
      ],
      "highlights": [
        "queries/highlights.scm"
      ],
      "tags": [
        "queries/tags.scm"
      ],
      "injection-regex": "cs"
    }
  ],
  "metadata": {
    "version": "0.23.5",
    "license": "MIT",
    "description": "C# grammar for tree-sitter",
    "authors": [
      {
        "name": "Max Brunsfeld",
        "email": "maxbrunsfeld@gmail.com"
      },
      {
        "name": "Amaan Qureshi",
        "email": "amaanq12@gmail.com"
      },
      {
        "name": "Damien Guard",
        "email": "damieng@gmail.com"
      }
    ],
    "links": {
      "repository": "https://github.com/tree-sitter/tree-sitter-c-sharp"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}
