tree-sitter-cool 0.2.2

Tree-sitter grammar for the Cool programming language
Documentation
{
  "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
  "grammars": [
    {
      "name": "cool",
      "camelcase": "Cool",
      "title": "Cool",
      "scope": "source.cool",
      "file-types": [
        "cl"
      ],
      "highlights": [
        "queries/highlights.scm"
      ],
      "indents": [
        "queries/indents.scm"
      ],
      "injections": [
        "queries/injections.scm"
      ],
      "locals": [
        "queries/locals.scm"
      ],
      "injection-regex": "^cool$",
      "class-name": "TreeSitterCool"
    }
  ],
  "metadata": {
    "version": "0.2.2",
    "license": "MIT",
    "description": "Tree-sitter grammar for the Cool programming language",
    "authors": [
      {
        "name": "Gustavo Dias de Aguiar",
        "email": "gustavodias.aguiar1@gmail.com"
      }
    ],
    "links": {
      "repository": "https://github.com/gustavodiasag/tree-sitter-cool"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true,
    "zig": false
  }
}