Syntax highlighting an object in a method call
Posted: Sat May 05, 2001 11:40 pm
I would like to highlight an object as a keyword but also allow for a method call to be appended to the end of the keyword (using the dot notation). I got this to work for my Java documents, but I don't know how I did it.
eg. The keyword "System" to remains highlighted in:
System.out.println("Hello world");
I want to know how I got this to work before (in Java) so I can apply it to my other documents (VB).
eg. The keyword "System" to remains highlighted in:
System.out.println("Hello world");
I want to know how I got this to work before (in Java) so I can apply it to my other documents (VB).