tree-sitter-highlight 0.19.2

Library for performing syntax highlighting with Tree-sitter
Documentation
[dependencies.regex]
version = "1"

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

[lib]
crate-type = ["lib", "staticlib"]

[package]
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>", "Tim Clem <timothy.clem@gmail.com>"]
categories = ["parsing", "text-editors"]
description = "Library for performing syntax highlighting with Tree-sitter"
edition = "2018"
keywords = ["incremental", "parsing", "syntax", "highlighting"]
license = "MIT"
name = "tree-sitter-highlight"
readme = "README.md"
repository = "https://github.com/tree-sitter/tree-sitter"
version = "0.19.2"