-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updates the gritql grammar submodule (#92)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tree-sitter-gritql
updated
15 files
+33 −0 | .github/workflows/pr-lint.yml | |
+1 −0 | .gitignore | |
+6 −10 | binding.gyp | |
+14 −22 | bindings/node/binding.cc | |
+28 −0 | bindings/node/index.d.ts | |
+4 −16 | bindings/node/index.js | |
+4 −3 | grammar.js | |
+15 −3 | package.json | |
+5 −2 | src/grammar.json | |
+6 −2 | src/node-types.json | |
+18,052 −17,704 | src/parser.c | |
+1 −1 | src/scanner.c | |
+54 −0 | src/tree_sitter/alloc.h | |
+290 −0 | src/tree_sitter/array.h | |
+11 −5 | src/tree_sitter/parser.h |