Created
February 18, 2015 20:14
-
-
Save jasonmerino/c7e291036ef38dcd8f8c to your computer and use it in GitHub Desktop.
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(require('util').inspect(${1:this}, { | |
depth: ${2:null}, | |
colors: ${3:true} | |
})); | |
]]></content> | |
<!-- Set the tab trigger to nlog (node log) --> | |
<tabTrigger>nlog</tabTrigger> | |
<!-- Set the file scope to .js files --> | |
<scope>source.js</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment