bezel-syntax 0.1.22

Tree-sitter syntax classification — a language registry, injections, and (byte range, kind) spans out. Grammars come from a provider
Documentation
[package]
name = "bezel-syntax"

description = "Tree-sitter syntax classification — a language registry, injections, and (byte range, kind) spans out. Grammars come from a provider"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true

[lib]
name = "syntax"

[lints]
workspace = true

[features]
wasm = ["tree-sitter/wasm"]

[dependencies]
theme.workspace = true
tree-sitter.workspace = true
tree-sitter-highlight.workspace = true
tree-sitter-language.workspace = true

[dev-dependencies]
# Fixtures only. The core links no grammar of its own — these give the
# injection and registry tests a host/injected pair to run against.
tree-sitter-html.workspace = true
tree-sitter-css.workspace = true