-
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
bae4698
commit a43c8fd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ruby
updated
22 files
+5 −5 | .editorconfig | |
+1 −1 | .gitattributes | |
+1 −2 | .gitignore | |
+89 −0 | Cargo.lock | |
+5 −2 | Cargo.toml | |
+16 −14 | Makefile | |
+48 −35 | Package.swift | |
+1 −1 | bindings/go/binding_test.go | |
+1 −1 | bindings/node/binding.cc | |
+9 −0 | bindings/node/binding_test.js | |
+11 −0 | bindings/python/tests/test_binding.py | |
+2 −2 | bindings/python/tree_sitter_ruby/binding.c | |
+13 −12 | bindings/rust/lib.rs | |
+12 −0 | bindings/swift/TreeSitterRubyTests/TreeSitterRubyTests.swift | |
+2 −2 | go.mod | |
+16 −0 | go.sum | |
+19 −15 | package-lock.json | |
+8 −10 | package.json | |
+3 −3 | pyproject.toml | |
+5 −3 | setup.py | |
+293,718 −293,718 | src/parser.c | |
+1 −0 | src/tree_sitter/parser.h |