2 files changed
+2
-2
lines changed- .github/workflows/build.yml+7
- .github/workflows/ci.yml+6
- Cargo.lock+10-17
- Cargo.toml+2-1
- Makefile+7-1
- build.zig.zon+1-1
- cli/benches/benchmark.rs+3-3
- cli/generate/src/lib.rs+2-1
- cli/generate/src/prepare_grammar/extract_tokens.rs+8-3
- cli/generate/src/render.rs+11-9
- cli/generate/src/rules.rs-1
- cli/loader/emscripten-version+1-1
- cli/loader/src/lib.rs+10-10
- cli/npm/package.json+1-1
- cli/src/fuzz/allocations.rs+1-1
- cli/src/fuzz/mod.rs+3-1
- cli/src/highlight.rs+4-3
- cli/src/input.rs+2-2
- cli/src/parse.rs+28-14
- cli/src/query.rs+2-2
- cli/src/templates/makefile+2
- cli/src/test_highlight.rs+1-1
- cli/src/tests/async_context_test.rs+1-1
- cli/src/tests/corpus_test.rs+22-18
- cli/src/tests/helpers/allocations.rs+1-1
- cli/src/tests/language_test.rs+1
- cli/src/wasm.rs+12-4
- lib/CMakeLists.txt+1-1
- lib/binding_rust/build.rs+6-3
- lib/binding_rust/ffi.rs+1
- lib/binding_rust/lib.rs+8-4
- lib/binding_web/package-lock.json+2-2
- lib/binding_web/package.json+5-3
- lib/binding_web/test/language.test.ts+1
- lib/include/tree_sitter/api.h-1
- lib/src/get_changed_ranges.c+40-18
- lib/src/parser.c+26-16
- lib/src/parser.h-1
- lib/src/portable/endian.h+5-1
- lib/src/query.c+9
- lib/src/stack.c+12
- lib/src/stack.h+3
- lib/src/tree_cursor.c+3-2
- xtask/src/bump.rs+5
- xtask/src/main.rs+1-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
323 | 323 |
| |
324 | 324 |
| |
325 | 325 |
| |
326 |
| - | |
| 326 | + | |
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
|
0 commit comments