dotnet / csharp-tmLanguage

Syntax grammar used for C# colorization
MIT License
69 stars 34 forks source link

Comments not recognised in lambda and anonymous methods #292

Closed wise0704 closed 1 year ago

wise0704 commented 1 year ago

Details

VSCode 1.82.2

Repro

_ = (int a, int b /*comment*/) => { };
_ = delegate /*comment*/ () /*comment*/ {  };

image

Note: Red → no colourisation applied (scope is only source.cs).