tree-sitter-lean4 0.2.0

Tree-sitter grammar for Lean 4 (generates parser at build time)
Documentation
{
  "grammars": [
    {
      "name": "lean",
      "camelcase": "Lean",
      "scope": "source.lean",
      "path": ".",
      "file-types": [
        "lean"
      ]
    }
  ],
  "metadata": {
    "version": "0.1.1",
    "license": "MIT",
    "description": "tree-sitter parser for the Lean interactive theorem prover",
    "authors": [
      {
        "name": "Julian Berman"
      },
      {
        "name": "Willem Vanhulle"
      }
    ],
    "links": {
      "repository": "https://github.com/wvhulle/tree-sitter-lean"
    }
  },
  "bindings": {
    "c": true,
    "rust": true
  }
}