<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hi, is there any support in TextMate for PHP's Alternate Syntax?<div><br><div>e.g. Regular Syntax:</div>

<div><?php</div><div>if (1 == 1) {</div><div>    //Output</div><div>}</div><div>else {</div><div>    //Output</div><div>}</div><div>?></div><div><br></div><div>e.g. Alternate Syntax:</div></div><div><div><?php</div>

<div>if (1 == 1):</div><div>    //Output</div><div>else:</div><div>    //Output</div><div>endif;</div><div>?></div></div><div><br></div><div>At the moment, I can't find a way to get code-folding working with the alternate syntax, and I would also like to be able to set TextMate's TAB auto-complete to use the alternate syntax.</div>

<div><br></div><div><br></div><div>Tim Mackey</div></span>