This repository was archived by the owner on Oct 18, 2024. It is now read-only.
Commit e183210
File tree
5 files changed
+37
-2
lines changed- android-tree-sitter/src/main/java/com/itsaky/androidide/treesitter
- grammars
- lib
- include
5 files changed
+37
-2
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
| |||
68 | 76 | | |
69 | 77 | | |
70 | 78 | | |
| 79 | + | |
| 80 | + | |
71 | 81 | | |
72 | 82 | | |
73 | 83 | | |
Submodule tree-sitter-java updated 11 files
- .github/workflows/publish_crate.yml+36
- grammar.js+28-9
- script/known-failures.txt+3
- script/parse-examples+5-2
- script/run-javaparser/target/classes/RunJavaParser.class
- src/grammar.json+241-74
- src/node-types.json+100
- src/parser.c+45.3k-36.0k
- test/corpus/declarations.txt+144-1
- test/corpus/expressions.txt+87-2
- test/corpus/literals.txt+12
Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
32 | 49 | | |
33 | 50 | | |
34 | 51 | | |
| |||
Submodule tree-sitter updated 41 files
- Cargo.lock+2-2
- cli/Cargo.toml+1-1
- cli/npm/package.json+1-1
- cli/src/generate/build_tables/build_parse_table.rs+4-4
- cli/src/generate/prepare_grammar/extract_default_aliases.rs+12
- cli/src/generate/rules.rs+1-1
- cli/src/main.rs+1-1
- cli/src/playground.rs+13-2
- cli/src/tests/corpus_test.rs+18-1
- cli/src/tests/node_test.rs+28
- cli/src/tests/parser_test.rs+1-1
- cli/src/tests/query_test.rs+1-1
- cli/src/tests/tree_test.rs+68-25
- docs/index.md+3-2
- docs/section-2-using-parsers.md+1-1
- docs/section-3-creating-parsers.md+2-2
- highlight/src/lib.rs+1-1
- lib/Cargo.toml+1-1
- lib/binding_rust/bindings.rs+9
- lib/binding_rust/lib.rs+14
- lib/binding_web/README.md+44
- lib/binding_web/exports.json-1
- lib/binding_web/package.json+1-1
- lib/include/tree_sitter/api.h+10
- lib/src/array.h+3-3
- lib/src/length.h+8
- lib/src/node.c+4
- lib/src/parser.c+1-1
- lib/src/query.c+8-8
- lib/src/stack.c+1-1
- lib/src/subtree.c+15-21
- lib/src/subtree.h+1-1
- lib/src/tree.c+10
- script/build-wasm+1
- script/fetch-emscripten+3-3
- script/version+1-1
- tags/src/lib.rs+1-1
- test/fixtures/test_grammars/aliased_rules/corpus.txt+2-1
- test/fixtures/test_grammars/aliased_rules/grammar.js+15-3
- test/fixtures/test_grammars/anonymous_tokens_with_escaped_chars/grammar.js+1-1
- test/fixtures/test_grammars/readme_grammar/grammar.json+1-1
0 commit comments