Created
November 16, 2016 22:33
-
-
Save revolunet/cb2d42af3a5a68d749fac9c25939bf4d to your computer and use it in GitHub Desktop.
sublime console.log snippet
This file contains hidden or 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
<!-- save to ~/Library/Application Support/Sublime Text 3/Packages/User --> | |
<snippet> | |
<content><![CDATA[console.log({ $1 })]]></content> | |
<tabTrigger>con</tabTrigger> | |
<description>console.log</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment