mirror of
https://github.com/samsonjs/config.git
synced 2026-04-24 14:37:46 +00:00
9 lines
205 B
XML
9 lines
205 B
XML
<snippet>
|
|
<content><![CDATA[foreach ${1:var} ${2:\$list} {
|
|
${3}
|
|
}
|
|
]]></content>
|
|
<tabTrigger>foreach</tabTrigger>
|
|
<scope>source.tcl</scope>
|
|
<description>foreach...</description>
|
|
</snippet>
|