[TxMt] Colorize the name of the loops in Fortran

Allan Odgaard throw-away-1 at macromates.com
Fri Sep 15 23:52:46 UTC 2006


On 15/9/2006, at 18:02, guerom00 wrote:

> [...] I tried to
> give a scope to those loop names but
> with my poor knowledge of RegExp,
> I cannot achieve something satisfactory...

So you want the language grammar to scope labels?

A regexp like: ^[A-Za-z_]+: should match them, assuming here labels  
can only hold those characters.




More information about the textmate mailing list