atom / language-csharp

C# language support for Atom
Other
62 stars 52 forks source link

Class modifiers are not being highlighted #92

Closed jamesqo closed 7 years ago

jamesqo commented 7 years ago

I noticed this maybe within the past week or so (possibly earlier) on GitHub. Class modifiers don't highlight anymore:

public abstract class C { }

public sealed class C { }