-
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
6d3a2a7
commit 3338e14
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kotlin
updated
21 files
+12 −2 | .github/workflows/build.yml | |
+6 −0 | README.md | |
+1 −1 | bindings/go/binding_test.go | |
+5 −0 | go.mod | |
+30 −18 | grammar.js | |
+558 −16 | package-lock.json | |
+1 −4 | package.json | |
+1 −1 | queries/highlights.scm | |
+106 −55 | src/grammar.json | |
+424 −203 | src/node-types.json | |
+758,571 −557,376 | src/parser.c | |
+18 −5 | src/scanner.c | |
+47 −0 | test/corpus/annotations.txt | |
+32 −2 | test/corpus/assignment.txt | |
+167 −11 | test/corpus/expressions.txt | |
+14 −0 | test/corpus/functions.txt | |
+11 −0 | test/corpus/literals.txt | |
+17 −15 | test/corpus/newlines.txt | |
+3 −2 | test/corpus/statements.txt | |
+107 −5 | test/corpus/types.txt | |
+35 −0 | tree-sitter.json |