-
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
3efce3d
commit 008dc18
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule python
updated
26 files
+4 −0 | .editorconfig | |
+2 −0 | .gitattributes | |
+5 −20 | .github/workflows/ci.yml | |
+0 −2 | .github/workflows/fuzz.yml | |
+3 −5 | .github/workflows/publish.yml | |
+5 −2 | .gitignore | |
+60 −0 | CMakeLists.txt | |
+11 −4 | Cargo.lock | |
+5 −4 | Cargo.toml | |
+13 −33 | Makefile | |
+1 −23 | Package.swift | |
+1 −1 | bindings/c/tree-sitter-python.h | |
+8 −8 | bindings/c/tree-sitter-python.pc.in | |
+2 −1 | bindings/rust/build.rs | |
+10 −5 | bindings/rust/lib.rs | |
+1 −1 | bindings/swift/TreeSitterPython/python.h | |
+5 −0 | eslint.config.mjs | |
+1 −1 | go.mod | |
+2 −0 | go.sum | |
+3 −7 | grammar.js | |
+330 −315 | package-lock.json | |
+8 −51 | package.json | |
+1 −1 | pyproject.toml | |
+1 −0 | src/node-types.json | |
+4 −4 | src/tree_sitter/alloc.h | |
+42 −0 | tree-sitter.json |