-
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
14 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
Submodule tree-sitter-c
updated
6 files
+62 −0 | corpus/statements.txt | |
+11 −10 | grammar.js | |
+33 −40 | src/grammar.json | |
+251 −155 | src/node-types.json | |
+43,706 −48,072 | src/parser.c | |
+3 −1 | src/tree_sitter/parser.h |
Submodule tree-sitter-c-sharp
updated
21 files
+1 −1 | README.md | |
+13 −12 | corpus/attributes.txt | |
+153 −50 | corpus/classes.txt | |
+1 −0 | corpus/enums.txt | |
+4 −4 | corpus/expressions.txt | |
+100 −61 | corpus/interfaces.txt | |
+86 −52 | corpus/literals.txt | |
+81 −10 | corpus/preprocessor.txt | |
+26 −5 | corpus/source-file-structure.txt | |
+332 −97 | corpus/statements.txt | |
+26 −12 | corpus/structs.txt | |
+28 −6 | corpus/type-events.txt | |
+70 −16 | corpus/type-fields.txt | |
+43 −16 | corpus/type-methods.txt | |
+42 −30 | corpus/type-operators.txt | |
+21 −15 | corpus/type-properties.txt | |
+639 −581 | grammar.js | |
+1,090 −2,147 | grammar.txt | |
+3,442 −3,161 | src/grammar.json | |
+2,962 −1,194 | src/node-types.json | |
+56,496 −26,293 | src/parser.c |
Submodule tree-sitter-cpp
updated
7 files
+168 −4 | corpus/declarations.txt | |
+17 −1 | corpus/definitions.txt | |
+242 −1 | corpus/expressions.txt | |
+70 −13 | grammar.js | |
+390 −48 | src/grammar.json | |
+357 −221 | src/node-types.json | |
+193,530 −181,604 | src/parser.c |
Submodule tree-sitter-css
updated
4 files
+1 −2 | package.json | |
+0 −120 | properties/highlights.css | |
+63 −0 | queries/highlights.scm | |
+0 −503 | src/highlights.json |
Submodule tree-sitter-go
updated
11 files
+66 −10 | corpus/literals.txt | |
+167 −116 | corpus/statements.txt | |
+10 −12 | corpus/types.txt | |
+200 −163 | grammar.js | |
+1 −2 | package.json | |
+0 −111 | properties/highlights.css | |
+106 −0 | queries/highlights.scm | |
+3,078 −1,148 | src/grammar.json | |
+0 −539 | src/highlights.json | |
+2,235 −5,328 | src/node-types.json | |
+36,878 −36,011 | src/parser.c |
Submodule tree-sitter-html
updated
9 files
+8 −0 | corpus/main.txt | |
+0 −1 | package.json | |
+0 −26 | properties/highlights.css | |
+0 −9 | properties/injections.css | |
+10 −0 | queries/highlights.scm | |
+7 −0 | queries/injections.scm | |
+0 −137 | src/highlights.json | |
+0 −62 | src/injections.json | |
+3 −3 | src/scanner.cc |
Submodule tree-sitter-java
updated
7 files
+48 −25 | corpus/declarations.txt | |
+8 −9 | corpus/expressions.txt | |
+2 −2 | corpus/literals.txt | |
+125 −70 | grammar.js | |
+636 −513 | src/grammar.json | |
+2,430 −7,750 | src/node-types.json | |
+30,510 −30,385 | src/parser.c |
Submodule tree-sitter-javascript
updated
13 files
+2 −6 | corpus/literals.txt | |
+4 −1 | package.json | |
+0 −262 | properties/highlights.css | |
+0 −4 | properties/injections.css | |
+4 −0 | queries/highlights-jsx.scm | |
+174 −0 | queries/highlights.scm | |
+15 −0 | queries/injections.scm | |
+34 −0 | queries/locals.scm | |
+2 −2 | src/grammar.json | |
+0 −27,130 | src/highlights.json | |
+0 −49 | src/injections.json | |
+227 −177 | src/node-types.json | |
+37,552 −37,558 | src/parser.c |
Submodule tree-sitter-json
updated
7 files
+4 −4 | corpus/main.txt | |
+7 −3 | grammar.js | |
+2 −2 | package.json | |
+28 −16 | src/grammar.json | |
+189 −0 | src/node-types.json | |
+348 −534 | src/parser.c | |
+33 −13 | src/tree_sitter/parser.h |
Submodule tree-sitter-php
updated
66 files
Submodule tree-sitter-python
updated
9 files
+3 −1 | corpus/statements.txt | |
+16 −12 | grammar.js | |
+0 −1 | package.json | |
+0 −142 | properties/highlights.css | |
+118 −0 | queries/highlights.scm | |
+57 −76 | src/grammar.json | |
+0 −832 | src/highlights.json | |
+186 −177 | src/node-types.json | |
+39,076 −38,980 | src/parser.c |
Submodule tree-sitter-ruby
updated
15 files
+29 −10 | corpus/control-flow.txt | |
+134 −36 | corpus/expressions.txt | |
+1 −1 | corpus/literals.txt | |
+13 −5 | corpus/statements.txt | |
+298 −120 | grammar.js | |
+2 −3 | package.json | |
+0 −192 | properties/highlights.css | |
+0 −4 | properties/injections.css | |
+117 −0 | queries/highlights.scm | |
+19 −0 | queries/locals.scm | |
+2,039 −1,061 | src/grammar.json | |
+0 −1,000 | src/highlights.json | |
+0 −32 | src/injections.json | |
+2,662 −13,744 | src/node-types.json | |
+187,897 −360,799 | src/parser.c |
Submodule tree-sitter-rust
updated
16 files
+21 −0 | corpus/async.txt | |
+370 −133 | corpus/declarations.txt | |
+82 −28 | corpus/expressions.txt | |
+4 −0 | corpus/patterns.txt | |
+18 −2 | corpus/types.txt | |
+292 −209 | grammar.js | |
+0 −1 | package.json | |
+0 −151 | properties/highlights.css | |
+0 −7 | properties/injections.css | |
+135 −0 | queries/highlights.scm | |
+9 −0 | queries/injections.scm | |
+2,010 −1,086 | src/grammar.json | |
+0 −15,778 | src/highlights.json | |
+0 −71 | src/injections.json | |
+3,809 −10,542 | src/node-types.json | |
+90,249 −76,618 | src/parser.c |
Submodule tree-sitter-typescript
updated
20 files
+17 −0 | common/corpus/expressions.txt | |
+50 −0 | common/corpus/types.txt | |
+13 −1 | common/define-grammar.js | |
+13 −4 | common/scanner.h | |
+25 −5 | package.json | |
+31 −0 | queries/highlights.scm | |
+2 −0 | queries/locals.scm | |
+4 −4 | tsx/src/binding.cc | |
+14 −2 | tsx/src/grammar.json | |
+0 −1 | tsx/src/highlights.json | |
+292 −248 | tsx/src/node-types.json | |
+127,450 −113,667 | tsx/src/parser.c | |
+15 −0 | tsx/test.tsx | |
+0 −45 | typescript/properties/highlights.css | |
+4 −4 | typescript/src/binding.cc | |
+14 −2 | typescript/src/grammar.json | |
+0 −50,863 | typescript/src/highlights.json | |
+294 −231 | typescript/src/node-types.json | |
+121,330 −108,158 | typescript/src/parser.c | |
+15 −0 | typescript/test.ts |