Skip to content

Instantly share code, notes, and snippets.

@calebporzio
Created July 6, 2017 14:49
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save calebporzio/533fb428656f8860088345b117eb27ca to your computer and use it in GitHub Desktop.
Save calebporzio/533fb428656f8860088345b117eb27ca to your computer and use it in GitHub Desktop.
Sublime snippet: $ + tab -> $this->
<snippet>
<content><![CDATA[
\$this->
]]></content>
<tabTrigger>$</tabTrigger>
<scope>embedding.php, meta.embedded.block.php, source.php, meta.class.php, meta.block.php, meta.function.php, meta.block.php</scope>
</snippet>
@tommymarshall
Copy link

Kill the scope files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment