Skip to content

Instantly share code, notes, and snippets.

@GuillaumeJasmin
Created January 11, 2014 23:56
Show Gist options
  • Save GuillaumeJasmin/8378595 to your computer and use it in GitHub Desktop.
Save GuillaumeJasmin/8378595 to your computer and use it in GitHub Desktop.
Snippet Sublime Text
<snippet>
<content><![CDATA[console.log(${1});]]></content>
<tabTrigger>log</tabTrigger>
<scope>source.js</scope>
<description>Génère un console.log()</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment