Skip to content

Instantly share code, notes, and snippets.

@philpill
Created June 16, 2014 23:41
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 philpill/c139e7634daff731db03 to your computer and use it in GitHub Desktop.
Save philpill/c139e7634daff731db03 to your computer and use it in GitHub Desktop.
Sublime Text console.log(); snippet
<snippet>
<content><![CDATA[console.log($1);]]></content>
<tabTrigger>log</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment