tree-sitter-matlab 1.3.1

MATLAB tree-sitter parser
Documentation
{
  "grammars": [
    {
      "name": "matlab",
      "camelcase": "Matlab",
      "scope": "source.m",
      "path": ".",
      "file-types": [
        "m"
      ],
      "highlights": "queries/neovim/highlights.scm"
    }
  ],
  "metadata": {
    "version": "1.3.1",
    "license": "MIT",
    "description": "MATLAB tree-sitter parser",
    "authors": [
      {
        "name": "Álan Crístoffer e Sousa"
      }
    ],
    "links": {
      "repository": "https://github.com/acristoffers/tree-sitter-matlab"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true,
    "zig": true
  }
}