This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Showing
7 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule c
updated
35 files
Submodule java
updated
6 files
+3 −2 | grammar.js | |
+4 −1 | package.json | |
+6 −2 | queries/highlights.scm | |
+1 −2 | src/grammar.json | |
+4 −3 | src/parser.c | |
+7 −0 | src/tree_sitter/parser.h |
Submodule json
updated
3 files
+1 −1 | Cargo.toml | |
+6 −36 | bindings/rust/build.rs | |
+6 −19 | bindings/rust/lib.rs |
Submodule kotlin
updated
15 files
+4 −19 | .github/workflows/build.yml | |
+2 −7 | .github/workflows/deploy-to-crates-io.yml | |
+43 −18 | .github/workflows/deploy-to-github.yml | |
+1 −1 | .gitignore | |
+25 −13 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+1 −1 | Makefile | |
+5 −5 | README.md | |
+3 −3 | bindings/rust/README.md | |
+1 −1 | grammar-reference.js | |
+16 −16 | package-lock.json | |
+4 −4 | package.json | |
+29,571 −29,571 | src/parser.c | |
+54 −0 | src/tree_sitter/alloc.h | |
+287 −0 | src/tree_sitter/array.h |
Submodule python
updated
45 files
Submodule tree-sitter-lib
updated
143 files