-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cpp): Revert accidently commit from #308
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cpp
updated
24 files
+0 −8 | .gitattributes | |
+0 −59 | .github/ISSUE_TEMPLATE/bug_report.yml | |
+0 −1 | .github/ISSUE_TEMPLATE/config.yml | |
+0 −36 | .github/ISSUE_TEMPLATE/feature_request.yml | |
+4 −4 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/fuzz.yml | |
+1 −1 | .github/workflows/lint.yml | |
+2 −2 | .github/workflows/publish.yml | |
+1 −1 | Cargo.toml | |
+7 −8 | README.md | |
+1 −1 | bindings/rust/README.md | |
+0 −3 | bindings/rust/lib.rs | |
+19 −36 | grammar.js | |
+5 −6 | package.json | |
+1 −1 | queries/tags.scm | |
+762 −2,030 | src/grammar.json | |
+30 −177 | src/node-types.json | |
+407,801 −523,824 | src/parser.c | |
+22 −14 | src/scanner.c | |
+5 −11 | src/tree_sitter/parser.h | |
+112 −0 | src/tree_sitter/runtime.h | |
+1 −1 | test/corpus/c/declarations.txt | |
+2 −26 | test/corpus/declarations.txt | |
+0 −91 | test/corpus/expressions.txt |