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