dotnet / dotnet/csharp-tmLanguage
C# syntax highlight glitch when using Tuple return type
Open
- Dominant language
- TypeScript
- Stars
- 78
- Forks
- 43
- Avg merge
- 34m
- Merged PRs (30d)
- 1
Description
Originally found in Github.com and also VSCode.
## Details
VSCode 1.34
## Repro
```csharp
public class {
public async Task<
(bool success,
string content)> Func(
ProductModel product,
Settings settings)
{
req1.Headers.Add("Accept", "application/json, text/javascript, */*; q=0.01");
req1.Headers.Add("Referer", $"{ShopBaseDomain}/shop/gd/dtl/goos.do?onlnGoosCd={goosCd}");
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.