mirror of
https://github.com/samsonjs/config.git
synced 2026-04-09 11:45:48 +00:00
9 lines
190 B
XML
9 lines
190 B
XML
<snippet>
|
|
<content><![CDATA[while ($1) {
|
|
${2:# body...}
|
|
}
|
|
]]></content>
|
|
<tabTrigger>while</tabTrigger>
|
|
<scope>source.perl</scope>
|
|
<description>Loop</description>
|
|
</snippet>
|