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