tree-sitter-html 0.23.2

HTML grammar for tree-sitter
Documentation
{
  "grammars": [
    {
      "name": "html",
      "camelcase": "HTML",
      "scope": "source.html",
      "path": ".",
      "external-files": [
        "src/tag.h"
      ],
      "file-types": [
        "html"
      ],
      "highlights": "queries/highlights.scm",
      "injections": "queries/injections.scm",
      "injection-regex": "html"
    }
  ],
  "metadata": {
    "version": "0.23.2",
    "license": "MIT",
    "description": "HTML 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-html"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}