[TxMt] other Java thingie

Allan Odgaard throw-away-1 at macromates.com
Mon Jun 5 09:52:22 UTC 2006


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';
    },





More information about the textmate mailing list