[SVN] LaTeX syntax coloring problem, new to b9 I think
Allan Odgaard
allan at macromates.com
Thu May 19 05:59:29 UTC 2005
On May 19, 2005, at 7:41, Charilaos Skiadas wrote:
> begin = "\\\\[A-Za-z]\\w*(?=\\{)"; end = "(?<\\})";
> [...]
> none of these worked. In fact, it seems that the first time this
> was to be used, it captured everything. Any ideas?
The end pattern should btw have been “(?<=\\})”. That's why it never
left the argument block.
More information about the textmate-dev
mailing list