mirror of
https://github.com/samsonjs/config.git
synced 2026-04-20 13:35:47 +00:00
9 lines
218 B
XML
9 lines
218 B
XML
<snippet>
|
|
<content><![CDATA[for {${1:set i 0}} {${2:\$i < \$n}} {${3:incr i}} {
|
|
${4}
|
|
}
|
|
]]></content>
|
|
<tabTrigger>for</tabTrigger>
|
|
<scope>source.tcl</scope>
|
|
<description>for...</description>
|
|
</snippet>
|