Home
Options

Attribute code style is not highlighted

edited December 2019

Say I have following code:

[Test]
void Main()
{

}

public class TestAttribute : Attribute
{
}

I believe the [Test] should be colored instead of white in LINQPad:

Sign In or Register to comment.