csharp-tmLanguage icon indicating copy to clipboard operation
csharp-tmLanguage copied to clipboard

Syntax grammar used for C# colorization

Results 45 csharp-tmLanguage issues
Sort by recently updated
recently updated
newest added

## 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.85.1 What color theme are...

## 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.85.1 What color theme are...

## 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.85.1 What color theme are...

## 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...

_From @staticvoidmain on August 2, 2018 16:52_ Issue Type: Bug # Problem Too many nested parens on a single line cause C# file to hang. # Additional Info - I...

Resolved-Duplicate

## Details What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.) VS Code What version of the editor are you using? 1.66 insiders and 1.65...

Originally from @svenskmand in https://github.com/microsoft/vscode/issues/96341 - VSCode Version: Version: 1.44.2 (system setup) Commit: ff915844119ce9485abfe8aa9076ec76b5300ddd Date: 2020-04-16T16:36:23.138Z Electron: 7.1.11 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18363 - OS...

See https://github.com/github/linguist/issues/5838 ## Describe the enhancement Currently not all syntax features of C# are highlighted. My suggestion includes the following (if you would find something missing, feel free to add):...

Originally from @AharonSambol in https://github.com/microsoft/vscode/issues/135031 ## Details What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.) VS Code What version of the editor are you...

From https://github.com/OmniSharp/omnisharp-vscode/issues/3201 ```cs // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the...