-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump tree_sitter/core from
2512f3a
to 3c7c17b
Bumps [tree_sitter/core](https://github.com/tree-sitter/tree-sitter) from `2512f3a` to `3c7c17b`. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@2512f3a...3c7c17b) --- updated-dependencies: - dependency-name: tree_sitter/core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
53d7862
commit e1590b5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
26 files
+1 −0 | .gitignore | |
+207 −175 | Cargo.lock | |
+15 −15 | Cargo.toml | |
+5 −3 | Makefile | |
+2 −1 | Package.swift | |
+1 −1 | cli/loader/emscripten-version | |
+1 −1 | cli/src/generate/grammar_files.rs | |
+0 −0 | cli/src/generate/templates/_cargo.toml | |
+5 −3 | cli/src/generate/templates/makefile | |
+3 −0 | cli/src/main.rs | |
+2 −1 | cli/src/test.rs | |
+24 −0 | cli/src/tests/parser_test.rs | |
+14 −0 | cli/src/tests/query_test.rs | |
+21 −0 | cli/src/tests/wasm_language_test.rs | |
+2 −2 | docs/Gemfile.lock | |
+21 −147 | docs/index.md | |
+1 −0 | docs/section-3-creating-parsers.md | |
+3 −2 | lib/Cargo.toml | |
+1 −2 | lib/binding_web/package.json | |
+4 −4 | lib/include/tree_sitter/api.h | |
+13 −0 | lib/src/lexer.c | |
+11 −0 | lib/src/parser.c | |
+1 −0 | lib/src/parser.h | |
+16 −6 | lib/src/query.c | |
+10 −21 | script/build-wasm | |
+1 −0 | test/fixtures/test_grammars/external_tokens/scanner.c |