Hi!
I've searched the support forums for an answer to this issue, but I haven't been able to find what I've been looking for.
I'm using the .NET Addon CSharpSyntaxLanguage and I would like that every class be listed in color. A push in the right direction on how to accomplish this would be very much appreciated!
Kind regards,
Håkan Andersson
Example:
I've searched the support forums for an answer to this issue, but I haven't been able to find what I've been looking for.
I'm using the .NET Addon CSharpSyntaxLanguage and I would like that every class be listed in color. A push in the right direction on how to accomplish this would be very much appreciated!
Kind regards,
Håkan Andersson
Example:
public static class IAmAClass
{
public static void Hi() {}
}
IAmAClass.Hi(); // the IAmAClass should be colored