stuff i guess

This commit is contained in:
2026-03-15 14:40:13 +11:00
commit ace8bb673d
39 changed files with 8936 additions and 0 deletions

34
Cargo.toml generated Normal file
View File

@@ -0,0 +1,34 @@
[package]
name = "tree-sitter-ground"
description = "Ground VM textual representation highlighter"
version = "1.0.0"
authors = ["Maxwell Jeffress <maxwelljeffress@proton.me>"]
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "ground"]
categories = ["parser-implementations", "parsing", "text-editors"]
repository = "https://chookspace.com/ground/grammar"
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.10"