tree-sitter-htmlx-html 0.1.13

Tree-sitter grammar for HTML following the WHATWG HTML Living Standard
Documentation
{
  "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
  "grammars": [
    {
      "name": "html",
      "scope": "text.html.basic",
      "file-types": ["html", "htm", "xhtml"],
      "injection-regex": "^html$",
      "highlights": "queries/highlights.scm",
      "injections": "queries/injections.scm"
    }
  ],
  "metadata": {
    "version": "0.1.13",
    "license": "MIT",
    "description": "HTML grammar for tree-sitter following the WHATWG HTML Living Standard",
    "authors": [
      {
        "name": "mixednuts"
      }
    ],
    "links": {
      "repository": "https://github.com/themixednuts/tree-sitter-htmlx"
    }
  },
  "bindings": {
    "rust": true
  }
}