atom / language-csharp

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

C# coloring usings could use 2 colors #47

Closed aeschli closed 8 years ago

aeschli commented 8 years ago

From @isidorn on December 14, 2015 14:41

Just having one color for the using statements looks bad imho We should use one color for the using keyword and another for the rest.

screen shot 2015-12-14 at 15 40 06

Copied from original issue: Microsoft/vscode#1284

aeschli commented 8 years ago

This is a problem of the grammar, both using and name use the keyword scope