Skip to content

Commit

Permalink
fix(libs): Fix Alumina Tree-sitter bindings (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp authored Aug 24, 2024
1 parent 682e5d3 commit 7c0d2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/tree_sitter/mod.alu
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct TSNode {
struct TSTreeCursor {
tree: &void,
id: &void,
context: [u32; 2],
context: [u32; 3],
}

extern "C" fn ts_parser_new() -> &mut TSParser;
Expand Down

0 comments on commit 7c0d2e7

Please sign in to comment.