atom / language-csharp

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

Supporting `using static` in C# 6 #61

Closed jamesqo closed 8 years ago

jamesqo commented 8 years ago

This code does not syntax highlight correctly:

using static System.Console;

The static keyword should be recognized outside of its place as a storage modifier.