Sublime Forum

C# syntax doesn't highlight properly primary constructor declarations

#1

When declaring primary constructors the syntax highlining is broken. Example

public class MyClass(string s)
{
    public string _s { get; set; } = s;
}

Capture

0 Likes

#2

Can’t reproduce with ST 4175.

0 Likes

#3

Okay thank you for the info! I am on 4169, I will download the dev build

0 Likes

#4

indeed this was fixed recently:

0 Likes