[SVN] r6184 (Ruby)
Allan Odgaard
throw-away-1 at macromates.com
Sun Nov 19 18:18:49 UTC 2006
• predicate if/unless where the expression ends with a special variable (like $&) no longer causes the predicate to get a start fold marker, for example this no longer folds:
foo = $& if bar =~ /regexp/
Where something like the following should (and still does) cause a folding start marker:
foo = true && if bar =~ /regexp/
true
end
Changed:
U trunk/Bundles/Ruby.tmbundle/Syntaxes/Ruby.plist
More information about the textmate-dev
mailing list