-
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.
- Loading branch information
1 parent
1c3e808
commit 8be7ef7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fish
updated
13 files
+7 −6 | binding.gyp | |
+14 −22 | bindings/node/binding.cc | |
+3 −15 | bindings/node/index.js | |
+1 −3 | grammar.js | |
+1 −4 | grammar.ts | |
+24 −3 | package.json | |
+2 −0 | queries/highlights.scm | |
+15 −3 | src/grammar.json | |
+8 −0 | src/node-types.json | |
+6,556 −6,029 | src/parser.c | |
+11 −5 | src/tree_sitter/parser.h | |
+23 −0 | test/corpus/pipe.txt | |
+2 −1 | tsconfig.json |