On 2 Aug 2011, at 12:47, Juuso Piikkilä wrote:
I have noticed that block folding behaves differently in 10.7 when using HTML bundle in PHP environment.
What you are seeing is this commit: https://github.com/textmate/html.tmbundle/commit/fbe401471d985ee2907f8280731...
It seems to expect arrays to be terminated by ‘),’ (not ‘);’). I see Michael was responsible for pulling this commit, so I’ll bug him about it.