1 file changed
+1
-1
lines changed- .editorconfig+39
- .gitattributes+11-4
- .github/workflows/build.yml-37
- .github/workflows/ci.yml+140
- .github/workflows/fuzz.yml+21
- .github/workflows/lint.yml+26
- .github/workflows/publish.yml+23
- .gitignore+37-11
- .npmignore-6
- Cargo.toml+10-19
- LICENSE+1-1
- Makefile+112
- Package.swift+38
- README.md+22-81
- binding.gyp+17-6
- bindings/c/tree-sitter-c_sharp.h+16
- bindings/c/tree-sitter-c_sharp.pc.in+11
- bindings/go/binding.go+13
- bindings/go/binding_test.go+15
- bindings/go/go.mod+5
- bindings/node/binding.cc+14-22
- bindings/node/index.d.ts+28
- bindings/node/index.js+3-15
- bindings/python/tree_sitter_c_sharp/__init__.py+5
- bindings/python/tree_sitter_c_sharp/__init__.pyi+1
- bindings/python/tree_sitter_c_sharp/binding.c+27
- bindings/python/tree_sitter_c_sharp/py.typed
- bindings/rust/README.md-37
- bindings/rust/build.rs+13-10
- bindings/rust/lib.rs+18-26
- bindings/swift/TreeSitterCSharp/csharp.h+16
- corpus/attributes.txt-318
- corpus/classes.txt-534
- corpus/contextual-keywords.txt-19
- corpus/enums.txt-58
- corpus/expressions.txt-1.9k
- corpus/identifiers.txt-50
- corpus/interfaces.txt-262
- corpus/literals.txt-593
- corpus/preprocessor.txt-167
- corpus/query-syntax.txt-429
- corpus/records.txt-232
- corpus/source-file-structure.txt-162
- corpus/statements.txt-1.6k
- corpus/structs.txt-121
- corpus/type-events.txt-67
- corpus/type-fields.txt-266
- corpus/type-methods.txt-349
- corpus/type-operators.txt-184
- corpus/type-properties.txt-196
- grammar.js+1.5k-1.1k
- package-lock.json+1.5k
- package.json+97-9
- pyproject.toml+33
- queries/highlights.scm+212
- queries/tags.scm+23-46
- script/fetch-examples-19
- script/known-failures.txt-3
- script/parse-examples-18
- script/update-known-failures-7
- setup.py+60
- src/grammar.json+8.3k-5.8k
- src/node-types.json+2.1k-1.3k
- src/parser.c+892.8k-472.3k
- src/scanner.c+427-23
- src/tree_sitter/alloc.h+54
- src/tree_sitter/array.h+290
- src/tree_sitter/parser.h+57-15
- test.js-3
- test/corpus/attributes.txt+337
- test/corpus/classes.txt+400
- test/corpus/contextual-keywords.txt+589
- test/corpus/enums.txt+22
- test/corpus/expressions.txt+3.5k
- test/corpus/identifiers.txt+105
- test/corpus/interfaces.txt+207
- test/corpus/literals.txt+848
- test/corpus/preprocessor.txt+220
- test/corpus/query-syntax.txt+248
- test/corpus/records.txt+190
- test/corpus/source-file-structure.txt+188
- test/corpus/statements.txt+1.0k
- test/corpus/structs.txt+69
- test/corpus/type-events.txt+67
- test/corpus/type-fields.txt+242
- test/corpus/type-methods.txt+305
- test/corpus/type-operators.txt+900
- test/corpus/type-properties.txt+160
- test/highlight/baseline.cs+985
- 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