summaryrefslogtreecommitdiff
path: root/User/this.sublime-snippet
diff options
context:
space:
mode:
Diffstat (limited to 'User/this.sublime-snippet')
-rw-r--r--User/this.sublime-snippet9
1 files changed, 9 insertions, 0 deletions
diff --git a/User/this.sublime-snippet b/User/this.sublime-snippet
new file mode 100644
index 0000000..bf36b77
--- /dev/null
+++ b/User/this.sublime-snippet
@@ -0,0 +1,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>