Created
November 10, 2013 06:03
-
-
Save pedrosanta/7394442 to your computer and use it in GitHub Desktop.
A Sublime Text snippet for JavaScript console.log().
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[console.log(${1:"Hello World"});]]></content> | |
<tabTrigger>console</tabTrigger> | |
<scope>source.js</scope> | |
<description>console</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment