2 files changed
+2
-2
lines changedSubmodule tree-sitter-java updated 28 files
- .editorconfig+9-5
- .gitattributes+3-1
- .github/workflows/ci.yml+5-1
- .github/workflows/publish.yml+2-4
- .gitignore+5-1
- CMakeLists.txt+60
- Cargo.lock+11-4
- Cargo.toml+5-4
- Makefile+30-46
- Package.swift+24-34
- binding.gyp+11-2
- bindings/c/tree-sitter-java.pc.in+8-8
- bindings/go/binding.go-1
- bindings/python/tree_sitter_java/__init__.py+32-1
- bindings/python/tree_sitter_java/__init__.pyi+6-1
- bindings/rust/lib.rs+4-4
- eslint.config.mjs+5
- go.mod+4-2
- go.sum+2
- grammar.js+4-13
- package-lock.json+343-328
- package.json+9-60
- pyproject.toml+1-1
- setup.py+11-6
- src/grammar.json+1-14
- src/node-types.json+1-14
- src/tree_sitter/alloc.h+4-4
- tree-sitter.json+45
Submodule tree-sitter updated 13 files
- Cargo.lock+57-57
- Cargo.toml+7-7
- Makefile+1-1
- build.zig.zon+1-1
- cli/npm/package.json+1-1
- cli/src/tests/parser_test.rs+14
- lib/CMakeLists.txt+1-1
- lib/Cargo.toml+1-1
- lib/binding_web/package.json+1-1
- lib/src/lexer.c+6-6
- test/fixtures/test_grammars/get_col_eof/corpus.txt
- test/fixtures/test_grammars/get_col_eof/grammar.js+11
- test/fixtures/test_grammars/get_col_eof/scanner.c+34
0 commit comments