[SVN] bundle regexp question
Allan Odgaard
allan at macromates.com
Tue Jun 21 04:31:16 UTC 2005
On Jun 10, 2005, at 20:24, Allan Odgaard wrote:
>> I got it to work almost perfectly. However, the 'qq' gets
>> highlighted, which looks slightly silly to me. I tried to add
> There should be a way to set attributes for 'content' (the part
> between begin/end), Mats has been begging me for that for some
> time, but it's still on the to-do though! ;)
I added it for 1.1b13, and then I realized that it's actually not
that difficult to achieve with 1.1b12:
begin = "foo"; end = "bar"; patterns = (
{ name = "inside-foo-bar"; begin = ""; end = "(?=bar)"; }
);
More information about the textmate-dev
mailing list