Releases: tree-sitter/tree-sitter-c-sharp
Releases · tree-sitter/tree-sitter-c-sharp
v0.23.5
v0.23.4
NOTE: Download tree-sitter-c-sharp.tar.gz for the complete source code.
v0.23.3
NOTE: Download tree-sitter-c-sharp.tar.gz for the complete source code.
v0.23.1
NOTE: Download tree-sitter-c-sharp.tar.xz for the complete source code.
0.20.0
Main theme in this release is the C# 10 and C# 11 features (mostly complete).
Adds support for
- C# 10 (except Explicit return type Lambdas)
- Unicode identifiers
- Global using directives
- C# 11 (except raw string literals)
Also
- Various bug fixes
- Some incremental improvements/tweaks