csharp-tmLanguage
csharp-tmLanguage copied to clipboard
Syntax grammar used for C# colorization
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) {...
Would it be possible to get reserved word coloring on variables? It should match the color of the other reserved words, to make it more obvious that the variable name...
_From @zeroskyx on May 17, 2017 18:46_ The following code placed in a class breaks syntax highlighting: public void Routine ( IInterface Interface0, IInterface Interface1, IInterface Interface2 ) { string...
_From @heshuimu on May 9, 2017 22:32_ ## Environment data `dotnet --info` output: VS Code version: 1.12.1 C# Extension version: 1.9.0 ## Steps to reproduce _Copied from original issue: OmniSharp/omnisharp-vscode#1468_
_From @heshuimu on May 9, 2017 22:50_ ## Environment data `dotnet --info` output: VS Code version: 1.12.1 C# Extension version: 1.9.0 ## Steps to reproduce _Copied from original issue: OmniSharp/omnisharp-vscode#1469_
From https://github.com/microsoft/vscode/issues/75355 ## Details From @kiranjulapalli: I spent some more time and here are the steps to repro: Open a vscode window -> New file -> ctrl+shift+p set language and...
The following code [compiles and run](https://sharplab.io/#v2:EYLgxg9gTgpgtADwGwBYA0AXEUCuA7AHwAEAmARgFgAoIgZgAJT6Bhagb2vq8bKR4AZ6wAIZQAFAEp6Aemn1AKOSB4P87cOVbhsYB2egCIRUXQG4VXAL7VTMuUV4D6AMwBvTyVdt9bggDo5+/JCRffwAxIL9+MMlrekAMcno4ehgEAAcYMAwYABN6YIDw0ILIvgwIegALYQA3GHoAZ2EAW1rIABtoemE6oVF6DoBZYQBLPCs1TW4iHV0MBAxjKwsqdxISMasNWwBOMWdXCQkjGPjE5LSM7McXelKK6tqG5vo2jq6eqD6PwZGNybIdvKBPJhYFISSHY4JJKpdKZHKAoogiJhG5lSo1epNFoQdofN4GT70b6jdQTHg7Azgo6yBTKUnmahmIA==), but the syntax highlighting in GitHub and VSCode do not identify escaped or unescaped non-ascii identifiers properly: ```c# using System; public class C {...
Originally from @Banyc in https://github.com/microsoft/vscode/issues/95595 ## 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 @NearHuscarl in https://github.com/microsoft/vscode/issues/91200 VS Code Version: 1.42.1 OS: Windows 10 Steps to Reproduce: 1. Open VSCode using `code --disable-extensions` 2. Open a C# file 3. Paste this line of...
From @Maxpxt in https://github.com/microsoft/vscode/issues/89846 ## Details What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.) VS Coe What version of the editor are you using?...