Skip to content

Instantly share code, notes, and snippets.

@joaocunha
Last active December 28, 2015 16:08
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 joaocunha/7526342 to your computer and use it in GitHub Desktop.
Save joaocunha/7526342 to your computer and use it in GitHub Desktop.
Sublime Text Snippet - console.log()
<snippet>
<content><![CDATA[console.log($SELECTION$0);]]></content>
<tabTrigger>clog</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