[TxMt] Regex error in declaration.section.latex
Allan Odgaard
allan at macromates.com
Sat May 21 22:58:13 UTC 2005
On May 21, 2005, at 19:48, Charilaos Skiadas wrote:
> Whenever a LaTeX document has sectioning commands, I get the
> following in the console:
>
> TextMate regex error: undefined group option
> pattern: \{[^{}\n]*(?R)?[^{}\n]*\}
Yes, that's the (?R) which isn't supported by Oniguruma. I couldn't
figure out how to make subexp calls, which is the same, turns out I
had to specify Ruby as syntax option. I've done that for b10 and will
update the pattern.
> ( I also get various messages of the form "TextMate debug: $1 bits
> used" upon exit, where $1 is a number depending on what bundles
> have been loaded, but somehow I don't feel that worried about that. )
Yeah, that's just there to remind me that I need to make the bit-
stack dynamic :)
More information about the textmate
mailing list