[package]
edition = "2024"
rust-version = "1.95"
name = "hjkl-syntax"
version = "0.26.0"
authors = ["mxaddict <mxaddict@kryptic.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer-agnostic syntax-highlighting pipeline for the hjkl editor stack: SyntaxWorker background thread, RenderCache, viewport-scoped highlight passes."
homepage = "https://hjkl.kryptic.sh"
readme = "README.md"
keywords = [
"syntax",
"tree-sitter",
"editor",
"highlight",
]
categories = [
"text-editors",
"parsing",
]
license = "MIT"
repository = "https://github.com/kryptic-sh/hjkl"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "hjkl_syntax"
path = "src/lib.rs"
[dependencies.hjkl-bonsai]
version = "0.26"
[dependencies.hjkl-buffer]
version = "0.26"
[dependencies.hjkl-engine]
version = "0.26"
default-features = false
[dependencies.hjkl-lang]
version = "0.26"
[dependencies.hjkl-theme]
version = "0.26"
[dependencies.tracing]
version = "0.1"