-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e042ec
commit 4582d0d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rust
updated
24 files
+4 −0 | .editorconfig | |
+2 −0 | .gitattributes | |
+6 −2 | .github/workflows/ci.yml | |
+0 −2 | .github/workflows/fuzz.yml | |
+2 −4 | .github/workflows/publish.yml | |
+5 −2 | .gitignore | |
+60 −0 | CMakeLists.txt | |
+19 −12 | Cargo.lock | |
+5 −4 | Cargo.toml | |
+13 −33 | Makefile | |
+0 −23 | Package.swift | |
+8 −8 | bindings/c/tree-sitter-rust.pc.in | |
+1 −4 | bindings/rust/build.rs | |
+4 −4 | bindings/rust/lib.rs | |
+5 −0 | eslint.config.mjs | |
+1 −1 | go.mod | |
+2 −0 | go.sum | |
+342 −315 | package-lock.json | |
+7 −66 | package.json | |
+1 −1 | pyproject.toml | |
+1 −0 | src/grammar.json | |
+1 −0 | src/node-types.json | |
+4 −4 | src/tree_sitter/alloc.h | |
+53 −0 | tree-sitter.json |