[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]
tree-sitter-html.workspace = true
tree-sitter-css.workspace = true