atom / language-csharp

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

Add `alias` and `global` as keywords #60

Closed jamesqo closed 8 years ago

jamesqo commented 8 years ago

alias and global are also valid C# keywords, used to resolve namespace conflicts. See the MSDN articles on them here and here for how they're used.

cc @50Wliu