tvl-depot/js_clog.sublime-snippet

8 lines
153 B
Text
Raw Normal View History

2016-07-08 17:30:07 +02:00
<snippet>
<content><![CDATA[
console.log('${1:what}' + ${1:what});
]]></content>
<tabTrigger>clog</tabTrigger>
<scope>source.js</scope>
</snippet>