feat: add zig bindings

This commit is contained in:
2025-10-17 21:56:38 +08:00
parent 65da635196
commit 2b8388e276
4 changed files with 120 additions and 0 deletions
Generated
+13
View File
@@ -0,0 +1,13 @@
.{
.name = .tree_sitter_emm,
.version = "0.0.1",
.dependencies = .{
.tree_sitter = .{
.url = "git+https://github.com/tree-sitter/zig-tree-sitter#4c5d3a45a9828b8fddd3d59132c4346182fc23b7",
.hash = "tree_sitter-0.25.0-8heIf4KZAQCmEhQwLPPtKBsU3BBkohvUJpfDXc7vmDM7",
},
},
.minimum_zig_version = "0.16.0-dev.732+2f3234c76",
.paths = .{""},
.fingerprint = 0x2013c1379932809e,
}