config/sublime/Packages/PHP/php-echo-htmlentities(___).sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
293 B
XML

<snippet>
<content><![CDATA[<?${TM_PHP_OPEN_TAG_WITH_ECHO:php echo} htmlentities(${1:\$var}, ENT_QUOTES, 'utf-8') ?>$0]]></content>
<tabTrigger>echoh</tabTrigger>
<scope>text.html - source.php</scope>
<description>&lt;?php echo htmlentities(…) ?&gt;</description>
</snippet>