tree-sitter-python 0.23.4

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