blob: 7cade4964b65faab4bc86cafcb469c751f8a2d4f (
plain)
1
2
3
4
5
6
7
8
9
|
<snippet>
<content><![CDATA[
for (${1:var i} = 0; ${1/(var|let|const) //} < ${2:l}.length; ${1/(var|let|const) //}++)
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>eacharray</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.js</scope>
</snippet>
|