atom / language-csharp

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

Add "async" as a keyword #108

Closed worldbeater closed 6 years ago

worldbeater commented 6 years ago

While C# supports async lambdas, the word async should not only be treated as a modifier but also as a keyword. Fix for https://github.com/atom/language-csharp/issues/105

worldbeater commented 6 years ago

https://github.com/atom/language-csharp/pull/110