-
Notifications
You must be signed in to change notification settings - Fork 133
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
515ed7e
commit 6de9d98
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule swift
updated
21 files
+5 −5 | .github/workflows/check.yml | |
+1 −1 | .github/workflows/generate-static-grammar.yml | |
+3 −3 | .github/workflows/parser-src.yml | |
+6 −6 | .github/workflows/publish.yml | |
+4 −4 | .github/workflows/test-older-tree-sitter.yml | |
+4 −4 | .github/workflows/top-repos.yml | |
+1 −1 | .github/workflows/update-repos.yml | |
+1 −1 | Cargo.toml | |
+1 −1 | Makefile | |
+2 −2 | README.md | |
+3 −2 | bindings/rust/lib.rs | |
+52 −8 | grammar.js | |
+1,139 −824 | package-lock.json | |
+2 −2 | package.json | |
+13 −0 | queries/highlights.scm | |
+4 −0 | queries/injections.scm | |
+1 −1 | scripts/write-generated-grammar.sh | |
+123 −688 | test-npm-package/package-lock.json | |
+22 −0 | test/corpus/classes.txt | |
+208 −0 | test/corpus/functions.txt | |
+72 −1 | test/corpus/statements.txt |