csharp-tmLanguage
csharp-tmLanguage copied to clipboard
Syntax grammar used for C# colorization
## 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...
_From @leadZERO on July 17, 2017 21:8_ I have a CSharp file that will cause Code to become unresponsive every time it is opened. I've tried to narrow it down...
_From @akoeplinger on June 23, 2017 12:8_ - VSCode Version: Code 1.13.1 (379d2efb5539b09112c793d3d9a413017d736f89, 2017-06-14T18:13:05.928Z) - OS Version: Darwin x64 16.6.0 - Extensions: |Extension|Author|Version| |---|---|---| |vscode-markdownlint|DavidAnson|0.9.1| |vscode-docker|PeterJausovec|0.0.16| |sort-lines|Tyriar|1.3.0| |githistory|donjayamanne|0.2.0| |python|donjayamanne|0.6.5| |cpptools|ms-vscode|0.11.4|...
_From @kwazel on March 15, 2017 7:29_ - VSCode Version: 1.10.2 - OS Version: Windows 6.1 (Build 7601), Windows 10 Version 1607 (OS Build 14393.0) Steps to Reproduce: 1. Open...
## 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.92.2 What color theme are...
Issue originally posted at https://github.com/dotnet/vscode-csharp/issues/4190 ## Issue Description ## Syntax highlighting fails for methods after constructor if the parenthesis are moved to a new line. ## Steps to Reproduce ##...