dotnet / csharp-tmLanguage

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

`var` in tuple deconstruction #316

Open sharpchen opened 7 months ago

sharpchen commented 7 months ago

Details

What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.) vscode What version of the editor are you using? 1.86.1 What color theme are you using? dark plus

Repro

(int _, var _) = (1, 2);
(var _, var _, var _) = ('a', 'b', 'c');

code

Please provide a code example and (optionally) a screenshot demonstrating the problem.