tree-sitter-html 0.20.4

HTML grammar for tree-sitter
Documentation
[build-dependencies.cc]
version = "1.0.87"

[dependencies.tree-sitter]
version = ">=0.21.0"

[lib]
name = "tree_sitter_html"
path = "bindings/rust/lib.rs"

[package]
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>", "Amaan Qureshi <amaanq12@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "bindings/rust/build.rs"
categories = ["parsing", "text-editors"]
description = "HTML grammar for tree-sitter"
edition = "2021"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
keywords = ["incremental", "parsing", "tree-sitter", "html"]
license = "MIT"
name = "tree-sitter-html"
readme = "README.md"
repository = "https://github.com/tree-sitter/tree-sitter-html"
version = "0.20.4"