config/sublime/Packages/PHP/php-$this.sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
227 B
XML

<snippet>
<content><![CDATA[<?${TM_PHP_OPEN_TAG:php} \$this->$0 ?>]]></content>
<tabTrigger>this</tabTrigger>
<scope>text.html - source</scope>
<description>&lt;?php $this-&gt;… ?&gt;</description>
</snippet>