Ravi Chande
Ravi Chande
## Environment data `dotnet --info` output: ``` .NET Core SDK (reflecting any global.json): Version: 2.2.101 Commit: 236713b0b7 Runtime Environment: OS Name: Mac OS X OS Version: 10.13 OS Platform: Darwin...
## Issue Description ## Hello! Any method which returns a value Tuple breaks colorization if there are no spaces. As an example: ```c# public static (T,K)Test(string randomString, int etc) where...
## Environment data `dotnet --info` output: ``` .NET Core SDK (reflecting any global.json): Version: 2.1.401 Commit: 91b1c13032 Runtime Environment: OS Name: fedora OS Version: 28 OS Platform: Linux RID: fedora.28-x64...
## Details VS Code version: 1.24.0 C# Extension version: 1.15.2 ## Steps to reproduce ``` try { /* Stuff */ } catch ( ExceptionType /* This comment isn't highlighted as...