tree-sitter-make icon indicating copy to clipboard operation
tree-sitter-make copied to clipboard

Update tree-sitter and make package usable from rust

Open caius opened this issue 1 year ago • 0 comments

tree-sitter 0.20 generates both NodeJS & Rust bindings, which then makes it usable as a dependency of a rust project.

Updating the node dependency then running ./node_modules/.bin/tree-sitter generate generates the rest of it. Updated the .gitignore to hide the build artefacts for both NodeJS & Rust too.

npm install work as expected, and now cargo build works too.

caius avatar Jan 31 '24 14:01 caius