Skip to content

Instantly share code, notes, and snippets.

@EastendLab
Created April 4, 2013 13:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EastendLab/5310425 to your computer and use it in GitHub Desktop.
Save EastendLab/5310425 to your computer and use it in GitHub Desktop.
SUBLIME SNIPPET: console.log
<snippet>
<content><![CDATA[console.log('$1 -> ', $2);$0]]></content>
<tabTrigger>log</tabTrigger>
<scope>text.html,source.js</scope>
<description>console.log()</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment