feat(package): hemar: tree sitter grammar

This commit is contained in:
2025-11-27 17:53:49 +00:00
parent 777d48bf3d
commit 345f94742e
38 changed files with 2891 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
[package]
name = "tree-sitter-hemar"
description = "templater"
version = "0.1.0"
authors = ["yukkop <hectic.yukkop@gmail.com>"]
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "hemar"]
categories = ["parser-implementations", "parsing", "text-editors"]
repository = "https://github.com/hectic-lab/util.nix"
edition = "2021"
autoexamples = false
build = "bindings/rust/build.rs"
include = [
"bindings/rust/*",
"grammar.js",
"queries/*",
"src/*",
"tree-sitter.json",
"LICENSE",
]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter-language = "0.1"
[build-dependencies]
cc = "1.2"
[dev-dependencies]
tree-sitter = "0.25.3"