mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
9 lines
195 B
XML
9 lines
195 B
XML
<snippet>
|
|
<content><![CDATA[while {${1:condition}} {
|
|
${2}
|
|
}
|
|
]]></content>
|
|
<tabTrigger>while</tabTrigger>
|
|
<scope>source.tcl</scope>
|
|
<description>while...</description>
|
|
</snippet>
|