mirror of https://tildegit.org/ben/dotfiles
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
|
<snippet>
|
||
|
<content><![CDATA[
|
||
|
console.log($1);
|
||
|
]]></content>
|
||
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||
|
<tabTrigger>log</tabTrigger>
|
||
|
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||
|
<scope>source.js</scope>
|
||
|
</snippet>
|