feat: add zig bindings
This commit is contained in:
Generated
+5
@@ -0,0 +1,5 @@
|
||||
extern fn tree_sitter_emm() callconv(.c) *const anyopaque;
|
||||
|
||||
pub fn language() *const anyopaque {
|
||||
return tree_sitter_emm();
|
||||
}
|
||||
Reference in New Issue
Block a user