Created
November 24, 2017 16:58
-
-
Save nicolasguzca/a9cc6962839b4a741c20fad157a1949c to your computer and use it in GitHub Desktop.
console log sublime 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
<snippet> | |
<content><![CDATA[console.log(${1:}$SELECTION);${0}]]></content> | |
<tabTrigger>con</tabTrigger> | |
<scope>text.plain, source.js</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment