[SVN] r7667 (Python)
Allan Odgaard
throw-away-1 at macromates.com
Wed Jul 4 03:30:39 UTC 2007
• character class ranges ‘[a-z]’ would not correctly match escaped characters ‘[\a-\z]’ because the “escaped character”-branch of the alternation was placed last, and was thus the fallback. It is now placed first, an alternatively fix would be to explicitly not match a backslash by the first branch of the alternation — ticket FD9A82AE
Changed:
U trunk/Bundles/Python.tmbundle/Syntaxes/Regular Expressions (Python).tmLanguage
More information about the textmate-dev
mailing list