csharp-tmLanguage
csharp-tmLanguage copied to clipboard
C# syntax highlight does not work properly
From https://github.com/OmniSharp/omnisharp-vscode/issues/2871
- VSCode Version: 1.31.1
- C# Extension: 1.17.1
- OS Version: Debian 9 (Stretch)
Steps to Reproduce:
- Create C# Contact class accepting string name and int phone.
- Put its contructor's parentheses and parameters on its own lines.
Working Scenario:
Problematic Scenario:
This looks like #63.