-
-
Save s10wen/4145235 to your computer and use it in GitHub Desktop.
Sublime Text 2 - Snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Self Invoking Anonymous Function: | |
<snippet> | |
<content><![CDATA[(function() \{ | |
$0 | |
\})();]]></content> | |
<tabTrigger>siaf</tabTrigger> | |
<scope>source.js,source.js.embedded.html</scope> | |
<description>Self Invoking Anonymous Function</description> | |
</snippet> | |
# Console Log: | |
<snippet> | |
<content><![CDATA[console.log($1);$0]]></content> | |
<tabTrigger>cl</tabTrigger> | |
<scope>source.js,source.js.embedded.html</scope> | |
<description>console.log()</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For ST3 add to:
/Users/simonowen/Library/Application Support/Sublime Text 3/Packages/User
as
console_dir.sublime-snippet
and restart ST