-
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.
Done with: ```sh bin/update-grammars.sh ```
- Loading branch information
1 parent
f1d2fce
commit 13832fe
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule tree-sitter-bash
updated
5 files
+20 −0 | corpus/statements.txt | |
+2 −0 | grammar.js | |
+3 −1 | queries/highlights.scm | |
+24 −0 | src/grammar.json | |
+59,726 −57,568 | src/parser.c |
Submodule tree-sitter-cpp
updated
5 files
+1 −0 | grammar.js | |
+4 −0 | src/grammar.json | |
+4 −0 | src/node-types.json | |
+253,916 −251,349 | src/parser.c | |
+9 −1 | test/corpus/declarations.txt |
Submodule tree-sitter-java
updated
7 files
+18 −0 | CMakeLists.txt | |
+4 −2 | grammar.js | |
+19 −2 | src/grammar.json | |
+17 −2 | src/node-types.json | |
+27,842 −27,687 | src/parser.c | |
+1 −1 | test/corpus/declarations.txt | |
+22 −7 | test/corpus/expressions.txt |
Submodule tree-sitter-rust
updated
5 files
+33 −0 | corpus/declarations.txt | |
+1 −0 | grammar.js | |
+4 −0 | src/grammar.json | |
+4 −0 | src/node-types.json | |
+17,802 −17,686 | src/parser.c |
Submodule tree-sitter-typescript
updated
3 files
+0 −1 | common/define-grammar.js | |
+0 −1 | tsx/src/grammar.json | |
+0 −1 | typescript/src/grammar.json |