2 files changed
+6
-2
lines changed- .gitattributes+8
- .github/ISSUE_TEMPLATE/bug_report.yml+59
- .github/ISSUE_TEMPLATE/config.yml+1
- .github/ISSUE_TEMPLATE/feature_request.yml+36
- .github/workflows/ci.yml+4-4
- .github/workflows/fuzz.yml+1-1
- .github/workflows/lint.yml+1-1
- .github/workflows/publish.yml+2-2
- Cargo.toml+1-1
- README.md+8-7
- bindings/rust/README.md+1-1
- bindings/rust/lib.rs+3
- grammar.js+36-19
- package.json+6-5
- queries/tags.scm+1-1
- src/grammar.json+2.0k-757
- src/node-types.json+177-30
- src/parser.c+490.2k-374.2k
- src/scanner.c+14-22
- src/tree_sitter/parser.h+11-5
- src/tree_sitter/runtime.h-112
- test/corpus/c/declarations.txt+1-1
- test/corpus/declarations.txt+26-2
- test/corpus/expressions.txt+91
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 |
| |
16 | 20 |
| |
17 | 21 |
| |
|
0 commit comments