1 file changed
+1
-1
lines changed- .gitattributes+1-1
- .github/workflows/build.yml-37
- .github/workflows/ci.yml+35
- .github/workflows/publish_crate.yml+33
- .gitignore+1
- Cargo.toml+6-5
- LICENSE+1-1
- Package.swift+38
- README.md+39-77
- bindings/rust/lib.rs+3
- bindings/swift/TreeSitterCSharp/csharp.h+16
- corpus/attributes.txt+319-156
- corpus/classes.txt+357-228
- corpus/contextual-keywords.txt+602-7
- corpus/enums.txt+11-10
- corpus/expressions.txt+2.4k-843
- corpus/identifiers.txt+134-50
- corpus/interfaces.txt+198-125
- corpus/literals.txt+933-263
- corpus/preprocessor.txt+223-83
- corpus/query-syntax.txt+170-161
- corpus/records.txt+397-102
- corpus/source-file-structure.txt+173-62
- corpus/statements.txt+1.3k-833
- corpus/structs.txt+72-53
- corpus/type-events.txt+48-32
- corpus/type-fields.txt+237-121
- corpus/type-methods.txt+320-175
- corpus/type-operators.txt+819-102
- corpus/type-properties.txt+130-93
- grammar.js+567-224
- package.json+11-5
- queries/highlights.scm+254
- queries/tags.scm+23-46
- script/fetch-examples-19
- script/file_sizes.txt+5
- script/known_failures.txt
- script/parse-examples+29-2
- script/update-file-sizes+3
- src/grammar.json+3.5k-1.5k
- src/node-types.json+2.4k-570
- src/parser.c+1282.9k-507.0k
- src/scanner.c+8
- src/tree_sitter/parser.h+14-7
- test/highlight/baseline.cs+986
- test/highlight/operators.cs+95
- test/highlight/types.cs+67
- test/highlight/var.cs+10
- test/highlight/variableDeclarations.cs+25
- tools/highlight-test-generator/.gitignore+2
- tools/highlight-test-generator/.vscode/launch.json+26
- tools/highlight-test-generator/.vscode/tasks.json+41
- tools/highlight-test-generator/Generator.cs+177
- tools/highlight-test-generator/Generator.csproj+6
- tools/highlight-test-generator/run-generator+5
0 commit comments