atom / language-csharp

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

[Bug] 'override' modifier not highlighted correctly on a property #96

Closed jamesqo closed 6 years ago

jamesqo commented 7 years ago

See https://github.com/jamesqo/Repository/blob/e60ba55bb17098c65ee0ab401eef4205f99b0ad8/Repository/EditFileActivity.Adapter.cs#L43 for a repro. I haven't tested, but perhaps this happens with other modifiers, e.g. virtual, abstract as well.

damieng commented 7 years ago

Most likely an issue with formatting around lambda syntax properties in general.