Releases: tree-sitter/tree-sitter-c-sharp
Releases · tree-sitter/tree-sitter-c-sharp
v0.23.1
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