dotnet / csharp-tmLanguage

Syntax grammar used for C# colorization
MIT License
69 stars 34 forks source link

C# syntax highlight does not work properly #150

Open akshita31 opened 5 years ago

akshita31 commented 5 years ago

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:

  1. Create C# Contact class accepting string name and int phone.
  2. Put its contructor's parentheses and parameters on its own lines.

Working Scenario: image

Problematic Scenario: image

michaelblyons commented 5 years ago

This looks like #63.