2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
Submodule tree-sitter updated 83 files
- .editorconfig+3
- .github/workflows/build.yml+3
- .github/workflows/ci.yml-11
- Cargo.lock+15-7
- Cargo.toml+13-8
- Makefile+4-10
- build.zig+99-94
- build.zig.zon+72-65
- cli/Cargo.toml+1
- cli/build.rs-2
- cli/eslint/package.json+2-1
- cli/generate/Cargo.toml+2-1
- cli/generate/build.rs-32
- cli/generate/src/build_tables/build_parse_table.rs+11-4
- cli/generate/src/dsl.js+1-1
- cli/generate/src/lib.rs+4-2
- cli/generate/src/node_types.rs+213-52
- cli/generate/src/parse_grammar.rs+31-9
- cli/generate/src/prepare_grammar/expand_tokens.rs+3-3
- cli/generate/src/prepare_grammar/extract_tokens.rs+35-11
- cli/generate/src/prepare_grammar/flatten_grammar.rs+8-6
- cli/generate/src/prepare_grammar/intern_symbols.rs+2-2
- cli/generate/src/prepare_grammar/mod.rs+97-1
- cli/generate/src/render.rs+9-9
- cli/loader/src/lib.rs+5-3
- cli/npm/dsl.d.ts+28-9
- cli/npm/package.json+3-3
- cli/src/fuzz/mod.rs+3-2
- cli/src/fuzz/random.rs+1-1
- cli/src/highlight.rs+1-1
- cli/src/init.rs+136-48
- cli/src/main.rs+5-2
- cli/src/templates/_cargo.toml+1-1
- cli/src/templates/build.zig+44-30
- cli/src/templates/build.zig.zon+8-5
- cli/src/templates/cmakelists.cmake+3-3
- cli/src/templates/gitattributes+1
- cli/src/templates/gitignore+3
- cli/src/templates/lib.rs+1-1
- cli/src/templates/package.json+4-3
- cli/src/templates/package.swift+1-1
- cli/src/templates/pyproject.toml+1-1
- cli/src/templates/root.zig+2-16
- cli/src/templates/setup.py+24-24
- cli/src/templates/test.zig+17
- cli/src/templates/test_binding.py+2-2
- cli/src/tests/corpus_test.rs+4-3
- cli/src/tests/highlight_test.rs+3-4
- cli/src/tests/query_test.rs+118-1
- cli/src/tests/text_provider_test.rs+13
- cli/src/tests/tree_test.rs+10-1
- docs/src/assets/schemas/config.schema.json+12-11
- docs/src/assets/schemas/grammar.schema.json+16
- highlight/src/lib.rs+17-6
- lib/CMakeLists.txt+4-4
- lib/binding_rust/lib.rs+7-5
- lib/binding_web/lib/tree-sitter.d.ts+1-1
- lib/binding_web/package-lock.json+1.1k-387
- lib/binding_web/package.json+20-10
- lib/binding_web/src/index.ts+11-11
- lib/binding_web/src/language.ts+1-1
- lib/binding_web/src/marshal.ts+5-6
- lib/binding_web/src/node.ts+3-2
- lib/binding_web/src/tree_cursor.ts+8-4
- lib/binding_web/test/node.test.ts+8-8
- lib/binding_web/tsconfig.json+6-3
- lib/src/get_changed_ranges.c+6-6
- lib/src/language.c+1-1
- lib/src/parser.c+25-25
- lib/src/portable/endian.h+3-1
- lib/src/query.c+161-164
- lib/src/stack.c+33-32
- lib/src/subtree.c+7-7
- lib/src/tree_cursor.c+12-13
- lib/src/wasm_store.c+6-5
- test/fixtures/test_grammars/anonymous_error/corpus.txt+9
- test/fixtures/test_grammars/anonymous_error/grammar.js+6
- test/fixtures/test_grammars/extra_non_terminals/corpus.txt+5-4
- test/fixtures/test_grammars/extra_non_terminals/grammar.js+7-2
- test/fixtures/test_grammars/indirect_recursion_in_transitions/expected_error.txt+1
- test/fixtures/test_grammars/indirect_recursion_in_transitions/grammar.js+16
- xtask/src/clippy.rs+1-1
- xtask/src/test.rs+16-5
0 commit comments