-
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
a9b3cd0
commit d2565e3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gitcommit
updated
18 files
+16 −68 | .github/workflows/publish.yaml | |
+1 −0 | .gitignore | |
+11 −0 | README.md | |
+377 −272 | grammar.js | |
+2 −9 | package.json | |
+222 −0 | parse-lang.py | |
+0 −3 | queries/highlights.scm | |
+1,386 −511 | src/grammar.json | |
+316 −17 | src/node-types.json | |
+55,218 −43,196 | src/parser.c | |
+1 −33 | src/scanner.c | |
+4 −4 | src/tree_sitter/alloc.h | |
+55 −13 | src/tree_sitter/parser.h | |
+13 −8 | test/corpus/body.txt | |
+98 −1 | test/corpus/changes.txt | |
+2 −2 | test/corpus/generated_comments.txt | |
+5 −10 | test/corpus/subject.txt | |
+13 −5 | test/corpus/trailers.txt |