Creates new ST snippet

This commit is contained in:
William Carroll 2016-07-08 11:30:07 -04:00
parent 9d8ca32658
commit 0ac2a740f5

7
js_clog.sublime-snippet Normal file
View file

@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[
console.log('${1:what}' + ${1:what});
]]></content>
<tabTrigger>clog</tabTrigger>
<scope>source.js</scope>
</snippet>