Skip to content

Instantly share code, notes, and snippets.

@ChrisWillerton
Created March 31, 2014 10:01
Show Gist options
  • Select an option

  • Save ChrisWillerton/9889102 to your computer and use it in GitHub Desktop.

Select an option

Save ChrisWillerton/9889102 to your computer and use it in GitHub Desktop.
Sublime snippet for console.log
<snippet>
<content><![CDATA[console.log($1);]]></content>
<tabTrigger>clog</tabTrigger>
<description>Shorthand for console.log();</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment