-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(grammars): Update grammars (#1051)
- Loading branch information
1 parent
6a7dd12
commit b4e113a
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule tree-sitter-c
updated
3 files
+1 −1 | grammar.js | |
+1 −1 | src/grammar.json | |
+56,995 −57,884 | src/parser.c |
Submodule tree-sitter-java
updated
14 files
+1 −1 | CMakeLists.txt | |
+1 −1 | Makefile | |
+18 −14 | grammar.js | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+1 −1 | pyproject.toml | |
+68 −38 | src/grammar.json | |
+8 −0 | src/node-types.json | |
+42,097 −41,817 | src/parser.c | |
+2 −1 | src/tree_sitter/array.h | |
+8 −1 | test/corpus/declarations.txt | |
+27 −1 | test/corpus/expressions.txt | |
+4 −2 | test/corpus/literals.txt | |
+1 −1 | tree-sitter.json |
Submodule tree-sitter-python
updated
15 files
+2 −2 | .github/workflows/ci.yml | |
+1 −1 | CMakeLists.txt | |
+1 −1 | Makefile | |
+12 −6 | grammar.js | |
+18 −15 | package-lock.json | |
+3 −3 | package.json | |
+1 −1 | pyproject.toml | |
+2 −0 | queries/highlights.scm | |
+46 −12 | src/grammar.json | |
+44 −16 | src/node-types.json | |
+54,857 −54,130 | src/parser.c | |
+2 −1 | src/tree_sitter/array.h | |
+107 −2 | test/corpus/expressions.txt | |
+5 −5 | test/corpus/statements.txt | |
+1 −1 | tree-sitter.json |