10 lines
359 B
XML
10 lines
359 B
XML
<snippet>
|
|
<content><![CDATA[<?${TM_PHP_OPEN_TAG:php} if (${1:condition}): ?>
|
|
$2
|
|
<?${TM_PHP_OPEN_TAG:php} else: ?>
|
|
$0
|
|
<?${TM_PHP_OPEN_TAG:php} endif ?>]]></content>
|
|
<tabTrigger>ifelse</tabTrigger>
|
|
<scope>text.html - source</scope>
|
|
<description><?php if (…) ?> … <?php else ?> … <?php endif ?></description>
|
|
</snippet>
|