atom / language-csharp

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

Make C# 6's when a keyword #54

Closed jamesqo closed 8 years ago

jamesqo commented 8 years ago

In addition to nameof, C# 6 also introduced the when keyword to add exception filters to the language. This pull request follows up on #53 by making the latter a keyword, as well.