-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: jcs090218 <[email protected]>
- Loading branch information
1 parent
1616cef
commit b387fe4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule python
updated
19 files
+3 −0 | .editorconfig | |
+28 −4 | .gitattributes | |
+14 −0 | .github/workflows/publish.yml | |
+2 −2 | CMakeLists.txt | |
+14 −14 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+1 −1 | Makefile | |
+16 −0 | Package.resolved | |
+0 −1 | bindings/c/tree-sitter-python.pc.in | |
+3 −3 | bindings/node/binding_test.js | |
+5 −1 | bindings/node/index.js | |
+4 −1 | bindings/rust/build.rs | |
+2 −4 | go.mod | |
+0 −2 | go.sum | |
+69 −56 | package-lock.json | |
+21 −25 | package.json | |
+2 −2 | pyproject.toml | |
+1 −0 | src/grammar.json | |
+1 −1 | tree-sitter.json |