-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: jcs090218 <8685505+jcs090218@users.noreply.github.com>
- Loading branch information
1 parent
113deb8
commit 784ed07
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule css
updated
14 files
+1 −1 | CMakeLists.txt | |
+9 −9 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+1 −1 | Makefile | |
+8 −4 | grammar.js | |
+17 −14 | package-lock.json | |
+2 −2 | package.json | |
+1 −1 | pyproject.toml | |
+49 −8 | src/grammar.json | |
+6,666 −5,876 | src/parser.c | |
+7 −4 | src/scanner.c | |
+2 −1 | src/tree_sitter/array.h | |
+69 −2 | test/corpus/selectors.txt | |
+1 −1 | tree-sitter.json |