summaryrefslogtreecommitdiff
path: root/User/this.sublime-snippet
blob: bf36b77aea3e2d54bbf7c1e6f26118dffac30b0e (plain)
1
2
3
4
5
6
7
8
9
<snippet>
    <content><![CDATA[
\$this->
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>$t</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.php</scope>
</snippet>