This repository was archived by the owner on Oct 18, 2024. It is now read-only.
Commit 7dc672b
committed
fix(deps): update submodules to latest commits
There are breaking changes in some of the grammars. For example, the 'line_string_literal' and 'multi_line_string_literal' nodes have been removed from the
Kotlin grammar and replaced with a single 'string_literal' node. Apart from this, there are breaking changes in the Python grammar as well.
Signed-off-by: Akash Yadav <[email protected]>1 parent 23132b5 commit 7dc672b
File tree
6 files changed
+7
-7
lines changed- android-tree-sitter/src/test/java/com/itsaky/androidide/treesitter
- tree-sitter-kotlin/src/main/cpp
- tree-sitter-python/src/main/cpp
- tree-sitter-xml/src/main/cpp
6 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
- .github/labeler.yml+11
- .github/workflows/build.yml+12-2
- .github/workflows/labeler.yml+14
- Cargo.lock+14-12
- grammar.js+14-36
- package-lock.json+7-7
- package.json+1-1
- src/grammar.json+52-122
- src/node-types.json+203-398
- src/parser.c+512.1k-495.9k
- src/scanner.c+273-32
- src/tree_sitter/parser.h+1
- test/corpus/assignment.txt+8-7
- test/corpus/classes.txt+131-107
- test/corpus/comments.txt+12-6
- test/corpus/expressions.txt+224-89
- test/corpus/literals.txt+68-38
- test/corpus/newlines.txt+122-84
- test/corpus/source-files.txt+18-15
- test/corpus/statements.txt+33-7
- test/corpus/types.txt+160-75
Submodule tree-sitter-lib updated 19 files
- .appveyor.yml-50
- Cargo.lock+389-93
- README.md-1
- cli/Cargo.toml+5-3
- cli/README.md-2
- cli/npm/package.json+1-1
- cli/src/tests/corpus_test.rs+50-45
- cli/src/tests/helpers/mod.rs+10-6
- cli/src/tests/parser_test.rs+3-1
- cli/src/tests/proc_macro/Cargo.toml+14
- cli/src/tests/proc_macro/src/lib.rs+137
- docs/Gemfile+2-1
- docs/Gemfile.lock+185-183
- highlight/README.md-2
- lib/Cargo.toml+1-1
- lib/binding_rust/README.md-2
- lib/binding_web/README.md-2
- lib/binding_web/package.json+3-3
- test/fixtures/error_corpus/python_errors.txt+3-2
0 commit comments