2 files changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 104 | | |
110 | 105 | | |
111 | 106 | | |
| |||
- .eslintrc.js+20
- .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+17-8
- .github/workflows/fuzz.yml+22
- .github/workflows/lint.yml+19
- .github/workflows/publish.yml+103
- .gitignore+3-1
- .npmignore+6-5
- Cargo.toml+7-12
- Package.swift+39
- README.md+28-8
- bindings/rust/README.md+6-7
- bindings/rust/lib.rs+6-1
- bindings/swift/TreeSitterRust/rust.h+16
- corpus/async.txt-71
- corpus/declarations.txt-1.4k
- corpus/expressions.txt-817
- corpus/literals.txt-142
- corpus/macros.txt-176
- corpus/patterns.txt-391
- corpus/source_files.txt-69
- corpus/types.txt-237
- examples/weird-exprs.rs+260
- grammar.js+440-303
- package.json+22-3
- queries/highlights.scm+34-11
- queries/tags.scm+60
- script/known_failures.txt-1
- src/grammar.json+1.2k-530
- src/node-types.json+549-192
- src/parser.c+175.6k-105.4k
- src/scanner.c+245-113
- src/tree_sitter/parser.h+14-7
- test/corpus/async.txt+101
- test/corpus/declarations.txt+2.2k
- test/corpus/expressions.txt+1.3k
- test/corpus/literals.txt+211
- test/corpus/macros.txt+257
- test/corpus/patterns.txt+475
- test/corpus/source_files.txt+196
- test/corpus/types.txt+384
0 commit comments