Skip to content

Instantly share code, notes, and snippets.

@jasonmerino
Created February 18, 2015 20:14
Show Gist options
  • Save jasonmerino/c7e291036ef38dcd8f8c to your computer and use it in GitHub Desktop.
Save jasonmerino/c7e291036ef38dcd8f8c to your computer and use it in GitHub Desktop.
<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