Creates new ST snippet
This commit is contained in:
parent
9d8ca32658
commit
0ac2a740f5
1 changed files with 7 additions and 0 deletions
7
js_clog.sublime-snippet
Normal file
7
js_clog.sublime-snippet
Normal file
|
@ -0,0 +1,7 @@
|
|||
<snippet>
|
||||
<content><![CDATA[
|
||||
console.log('${1:what}' + ${1:what});
|
||||
]]></content>
|
||||
<tabTrigger>clog</tabTrigger>
|
||||
<scope>source.js</scope>
|
||||
</snippet>
|
Loading…
Reference in a new issue