2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Submodule tree-sitter updated 32 files
- .gitignore+2-1
- Cargo.lock+10-3
- cli/Cargo.toml+2-1
- cli/config/Cargo.toml+1-1
- cli/npm/package.json+1-1
- cli/src/generate/mod.rs+12-1
- cli/src/generate/nfa.rs+34-1
- cli/src/generate/prepare_grammar/expand_tokens.rs+110-14
- cli/src/generate/prepare_grammar/unicode-properties.json+1-1
- cli/src/generate/render.rs+4-1
- cli/src/lib.rs+1
- cli/src/main.rs+7-1
- cli/src/test_tags.rs+167
- cli/src/tests/helpers/fixtures.rs+9
- cli/src/tests/mod.rs+1
- cli/src/tests/parser_test.rs+47-4
- cli/src/tests/test_tags_test.rs+66
- cli/src/tests/tree_test.rs+7-7
- docs/Gemfile.lock+4-4
- docs/section-8-code-navigation-systems.md+120
- lib/Cargo.toml+1-1
- lib/binding_web/package.json+1-1
- lib/compile_flags.txt+3
- lib/src/parser.c+124-108
- lib/src/point.h+4
- lib/src/stack.c+12-9
- lib/src/stack.h+2-2
- lib/src/tree_cursor.c+2-2
- script/generate-unicode-categories-json+7-5
- tags/Cargo.toml+1-1
- tags/src/lib.rs+4
- test/fixtures/error_corpus/c_errors.txt+2-2
0 commit comments