8 lines
350 B
XML
8 lines
350 B
XML
<snippet>
|
|
<content><![CDATA[<?${TM_PHP_OPEN_TAG:php} foreach (\$${1:variable} as \$${2:key}${3: => \$${4:value}}): ?>
|
|
${0}
|
|
<?${TM_PHP_OPEN_TAG:php} endforeach ?>]]></content>
|
|
<tabTrigger>foreach</tabTrigger>
|
|
<scope>text.html - source</scope>
|
|
<description><?php foreach (…) … <?php endforeach ?></description>
|
|
</snippet>
|