Skip to content

Instantly share code, notes, and snippets.

@larister
Created April 10, 2012 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larister/2350723 to your computer and use it in GitHub Desktop.
Save larister/2350723 to your computer and use it in GitHub Desktop.
Console.log sublime text 2 snippet
<snippet>
<content><![CDATA[
console.log("${0}");
]]></content>
<tabTrigger>con</tabTrigger>
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment