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
+5
View File
@@ -0,0 +1,5 @@
extern fn tree_sitter_emm() callconv(.c) *const anyopaque;
pub fn language() *const anyopaque {
return tree_sitter_emm();
}