-
Notifications
You must be signed in to change notification settings - Fork 10
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
Showing
15 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tree-sitter-bash
updated
9 files
+13 −0 | corpus/crlf.txt | |
+10 −0 | corpus/literals.txt | |
+3 −0 | grammar.js | |
+1 −1 | package.json | |
+8 −0 | src/grammar.json | |
+453 −449 | src/node-types.json | |
+67,289 −67,281 | src/parser.c | |
+1 −0 | src/scanner.cc | |
+14 −10 | src/tree_sitter/parser.h |
Submodule tree-sitter-c
updated
7 files
+3 −1 | corpus/expressions.txt | |
+22 −0 | corpus/statements.txt | |
+3 −5 | grammar.js | |
+1 −1 | package.json | |
+17 −14 | src/grammar.json | |
+9 −1 | src/node-types.json | |
+46,886 −46,747 | src/parser.c |
Submodule tree-sitter-c-sharp
updated
28 files
+5 −1 | .gitignore | |
+1 −6 | .travis.yml | |
+1 −1 | README.md | |
+61 −32 | corpus/attributes.txt | |
+110 −129 | corpus/classes.txt | |
+8 −32 | corpus/enums.txt | |
+65 −41 | corpus/expressions.txt | |
+5 −5 | corpus/interfaces.txt | |
+177 −0 | corpus/literals.txt | |
+30 −0 | corpus/preprocessor.txt | |
+14 −74 | corpus/source-file-structure.txt | |
+118 −96 | corpus/statements.txt | |
+16 −244 | corpus/structs.txt | |
+16 −14 | corpus/type-events.txt | |
+11 −235 | corpus/type-fields.txt | |
+85 −100 | corpus/type-methods.txt | |
+97 −366 | corpus/type-operators.txt | |
+79 −162 | corpus/type-properties.txt | |
+212 −261 | grammar.js | |
+2,300 −0 | grammar.txt | |
+13 −1 | index.js | |
+0 −650 | package-lock.json | |
+1 −1 | package.json | |
+4 −4 | src/binding.cc | |
+792 −911 | src/grammar.json | |
+5,447 −0 | src/node-types.json | |
+25,009 −34,354 | src/parser.c | |
+33 −13 | src/tree_sitter/parser.h |
Submodule tree-sitter-cpp
updated
6 files
+25 −0 | corpus/declarations.txt | |
+15 −1 | grammar.js | |
+1 −1 | package.json | |
+87 −16 | src/grammar.json | |
+41 −7 | src/node-types.json | |
+177,704 −166,025 | src/parser.c |
Submodule tree-sitter-css
updated
8 files
+4 −0 | index.js | |
+1 −1 | package.json | |
+4 −4 | src/binding.cc | |
+2 −1 | src/grammar.json | |
+182 −4,737 | src/highlights.json | |
+1,746 −0 | src/node-types.json | |
+5,648 −6,243 | src/parser.c | |
+32 −12 | src/tree_sitter/parser.h |
Submodule tree-sitter-go
updated
7 files
+7 −9 | grammar.js | |
+1 −1 | package.json | |
+23 −27 | src/grammar.json | |
+91 −5,477 | src/highlights.json | |
+5,131 −81 | src/node-types.json | |
+12,607 −13,649 | src/parser.c | |
+14 −10 | src/tree_sitter/parser.h |
Submodule tree-sitter-html
updated
6 files
+1 −1 | package.json | |
+7 −294 | src/highlights.json | |
+2 −24 | src/injections.json | |
+164 −8 | src/node-types.json | |
+200 −276 | src/parser.c | |
+14 −10 | src/tree_sitter/parser.h |
Submodule tree-sitter-java
updated
21 files
+1 −0 | .gitignore | |
+1 −1 | .travis.yml | |
+0 −2 | README.md | |
+2 −1 | appveyor.yml | |
+7 −3 | corpus/comments.txt | |
+218 −142 | corpus/declarations.txt | |
+432 −293 | corpus/expressions.txt | |
+134 −45 | corpus/literals.txt | |
+47 −48 | corpus/types.txt | |
+432 −531 | grammar.js | |
+4 −0 | index.js | |
+0 −3,867 | package-lock.json | |
+3 −3 | package.json | |
+0 −23 | script/known_failures_RxJava.txt | |
+1 −531 | script/known_failures_elasticsearch.txt | |
+0 −182 | script/known_failures_guava.txt | |
+8 −3 | script/parse-examples | |
+3,276 −3,332 | src/grammar.json | |
+9,226 −0 | src/node-types.json | |
+31,868 −65,404 | src/parser.c | |
+33 −13 | src/tree_sitter/parser.h |
Submodule tree-sitter-javascript
updated
16 files
+6 −6 | corpus/destructuring.txt | |
+58 −18 | corpus/expressions.txt | |
+26 −0 | corpus/literals.txt | |
+18 −15 | corpus/semicolon_insertion.txt | |
+204 −57 | corpus/statements.txt | |
+275 −188 | grammar.js | |
+2 −2 | package.json | |
+4 −2 | properties/highlights.css | |
+4 −4 | src/binding.cc | |
+2,074 −1,097 | src/grammar.json | |
+15,336 −98,392 | src/highlights.json | |
+1 −7 | src/injections.json | |
+2,343 −88 | src/node-types.json | |
+38,848 −41,897 | src/parser.c | |
+1 −0 | src/scanner.c | |
+14 −10 | src/tree_sitter/parser.h |
Submodule tree-sitter-python
updated
10 files
+21 −17 | corpus/expressions.txt | |
+240 −199 | corpus/statements.txt | |
+143 −109 | grammar.js | |
+1 −1 | package.json | |
+4 −4 | src/binding.cc | |
+981 −488 | src/grammar.json | |
+273 −11,853 | src/highlights.json | |
+1,892 −81 | src/node-types.json | |
+34,322 −28,112 | src/parser.c | |
+14 −10 | src/tree_sitter/parser.h |
Submodule tree-sitter-ruby
updated
10 files
+12 −2 | corpus/expressions.txt | |
+3 −7 | grammar.js | |
+3 −3 | package.json | |
+4 −4 | src/binding.cc | |
+20 −60 | src/grammar.json | |
+401 −15,785 | src/highlights.json | |
+1 −7 | src/injections.json | |
+13,793 −83 | src/node-types.json | |
+320,811 −328,528 | src/parser.c | |
+14 −10 | src/tree_sitter/parser.h |
Submodule tree-sitter-rust
updated
9 files
+6 −0 | corpus/literals.txt | |
+4 −0 | corpus/patterns.txt | |
+10 −3 | grammar.js | |
+1 −1 | package.json | |
+28 −13 | src/grammar.json | |
+10,662 −122 | src/node-types.json | |
+73,082 −74,371 | src/parser.c | |
+16 −0 | src/scanner.c | |
+14 −10 | src/tree_sitter/parser.h |
Submodule tree-sitter-typescript
updated
27 files
+255 −182 | common/corpus/declarations.txt | |
+103 −0 | common/corpus/expressions.txt | |
+172 −0 | common/corpus/functions.txt | |
+18 −19 | common/corpus/types.txt | |
+150 −174 | common/define-grammar.js | |
+31 −2 | package.json | |
+1 −0 | tsx/corpus/common | |
+0 −696 | tsx/corpus/declarations.txt | |
+0 −105 | tsx/corpus/expressions.txt | |
+0 −158 | tsx/corpus/functions.txt | |
+0 −560 | tsx/corpus/types.txt | |
+0 −7,555 | tsx/examples/parser.ts | |
+0 −45 | tsx/properties/highlights.css | |
+2,697 −1,725 | tsx/src/grammar.json | |
+0 −155,548 | tsx/src/highlights.json | |
+1 −0 | tsx/src/highlights.json | |
+3,954 −9,899 | tsx/src/node-types.json | |
+112,967 −116,889 | tsx/src/parser.c | |
+14 −10 | tsx/src/tree_sitter/parser.h | |
+1 −0 | typescript/corpus/common | |
+15 −99 | typescript/corpus/expressions.txt | |
+0 −158 | typescript/corpus/functions.txt | |
+2 −2 | typescript/index.js | |
+2,697 −1,725 | typescript/src/grammar.json | |
+27,974 −132,659 | typescript/src/highlights.json | |
+3,955 −9,612 | typescript/src/node-types.json | |
+107,387 −107,334 | typescript/src/parser.c | |
+14 −10 | typescript/src/tree_sitter/parser.h |