3 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
- .github/pull_request_template.md+8
- .github/workflows/ci.yml+2-2
- .gitignore+8
- Cargo.toml+2-2
- Makefile+114
- Package.swift+39
- README.md+1-1
- bindings/c/tree-sitter.h.in+16
- bindings/c/tree-sitter.pc.in+11
- bindings/rust/README.md+2-2
- bindings/swift/TreeSitterGo/go.h+16
- corpus/declarations.txt+290-125
- corpus/expressions.txt+32
- corpus/literals.txt+393-160
- corpus/statements.txt+422-240
- corpus/types.txt+65-7
- grammar.js+68-30
- package.json+5-1
- queries/highlights.scm+2
- queries/structure.scm+175
- src/grammar.json+430-202
- src/node-types.json+185-61
- src/parser.c+22.7k-19.7k
- src/tree_sitter/parser.h+3-2
0 commit comments