On 3/6/2006, at 17:26, Domenico Carbotta wrote:
I found this pattern lying on the floor... merge and commit at will.
{ name = 'keyword.other.this.java'; match = '\bthis\b'; },
I see this rule in the Java language grammar:
{ name = 'variable.language.java'; match = '\b(this|super)\b'; },