On 21 Sep 2011, at 11:10, Allan Odgaard wrote:
I recently revamped the indentation patterns and your example indents as expected using the updated patterns: https://github.com/textmate/php.tmbundle/commit/7e58242d738a7baca1955eedda5e...
Spoke to soon, the decreaseIndentPattern matches ‘();)’ which should be changed to ‘()[;,])’ so that your array closer ‘),’ also decrease indent.
I’ll get it updated.