Attribute code style is not highlighted
Say I have following code:
[Test]
void Main()
{
}
public class TestAttribute : Attribute
{
}
I believe the [Test] should be colored instead of white in LINQPad:
Say I have following code:
[Test]
void Main()
{
}
public class TestAttribute : Attribute
{
}
I believe the [Test] should be colored instead of white in LINQPad: