Details
VS Code 1.23.0
C# for VS Code 1.14.0
Repro
public class Foo
{
// The word "event" in the comment below breaks highlighting in the rest
// of the file. Adding or removing any characters in "event" such that
// it no longer matches \bevent\b will restore highlighting.
public string Bar { get; set; } // comment comment event comment
public string Baz { get; set; }
}
Details
VS Code 1.23.0
C# for VS Code 1.14.0
Repro