[TxMt] Wrong indentation of HTML with PHP

Wolfgang _textmate at rumborak.de
Tue Dec 19 11:40:48 UTC 2006


Hello,

just try to re-indent the following snippet with textmate and wonder  
about it. ;)

Is there a way to fix the indentation? In which bundle should it be  
fixed? HTML oder PHP?

<html>
<header>
	<body>
		<?php
		$array['foo'] = array(
			'foo' => 'bar',
			'bar' => 'foo' );
		$array['bar'] = array(
			'foo' => 'bar',
			'bar' => 'foo'
			);
		?>

		<?php if (test == "") { ?>
			<ul>
				<li>foo</li>
				<li>bar</li>
			</ul>
		<?php } else { ?>
			<ul>
				<li>bar</li>
				<li>foo</li>
			</ul>
		<?php } ?>
	</body>
</header>
</html>

Regards, Wolfgang



More information about the textmate mailing list