Created
April 19, 2018 14:20
-
-
Save gj1118/91bddb5576668f24236a3f99ca38119e to your computer and use it in GitHub Desktop.
custom console.log snippet for Sublime text
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('%c ${1:this} '+ ${2:undefined}, 'background: ${3:white};font-size:18px; color: ${4:#bada55}'); | |
]]></content> | |
<tabTrigger>clog</tabTrigger> | |
<scope>source.js</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment