[package] name = "tree-sitter-highlight" description = "Library for performing syntax highlighting with Tree-sitter" version = "0.20.2" authors = [ "Max Brunsfeld ", "Tim Clem ", ] license = "MIT" readme = "README.md" edition = "2021" keywords = ["incremental", "parsing", "syntax", "highlighting"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter" rust-version.workspace = true [lib] crate-type = ["lib", "staticlib"] [dependencies] lazy_static.workspace = true regex.workspace = true thiserror.workspace = true [dependencies.tree-sitter] version = "0.20.10" path = "../lib"