atom / language-csharp

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

Make nameof a keyword #53

Closed jamesqo closed 8 years ago

jamesqo commented 8 years ago

The nameof keyword was recently introduced with C# 6, however at the moment it doesn't seem to be getting highlighted properly in GitHub. This pull request adds nameof as a recognized keyword to the grammar so it'll get picked up.

50Wliu commented 8 years ago

Thanks!