[SVN] Revision 1109 (Perl)
Eric Hsu
textmate at betterfilecabinet.com
Sun May 29 17:26:22 UTC 2005
Fixes bugs with regexps // and s///.
- now matches reluctantly, so the regexp doesn't match to later /'s.
- now ignores backslashed /'s, so /\// is all highlighted.
- now handles the case of /\\/, searches ending with escaped backslashes, by allowing an even number of \'s (\\{2})*
- highlights the s of s/// as an operator using capture=... to assign it a function label. Cool!
Changed:
U trunk/Bundles/Perl.tmbundle/Syntaxes/Perl.plist
More information about the textmate-dev
mailing list