mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
8 lines
226 B
XML
8 lines
226 B
XML
<snippet>
|
|
<content><![CDATA[for (( i = 0; i < ${1:10}; i++ )); do
|
|
${0:#statements}
|
|
done]]></content>
|
|
<tabTrigger>for</tabTrigger>
|
|
<scope>source.shell</scope>
|
|
<description>for … done</description>
|
|
</snippet>
|