tree-sitter-highlight 0.19.2

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

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

[dependencies]
regex = "1"

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