Skip to content

Instantly share code, notes, and snippets.

@frankrowe
Forked from hzlzh/gist:3128038
Last active December 25, 2015 14:49
Show Gist options
  • Save frankrowe/6994370 to your computer and use it in GitHub Desktop.
Save frankrowe/6994370 to your computer and use it in GitHub Desktop.
<snippet>
<!-- put this file in /packages/User/<Folder Name>/console_log.sublime-snippet then restart your Sublime Text 2 -->
<content><![CDATA[console.log($1)$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