Skip to content

Instantly share code, notes, and snippets.

@oliverbenns
Last active August 15, 2017 08: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 oliverbenns/668f666d3f5a0380184c to your computer and use it in GitHub Desktop.
Save oliverbenns/668f666d3f5a0380184c to your computer and use it in GitHub Desktop.
Sublime log
<snippet>
<content><![CDATA[console.log('$1', $1);]]></content>
<tabTrigger>log</tabTrigger>
<scope>text.html,source.js,source.jsx</scope>
<description>console.log()</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment