mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
12 lines
257 B
XML
12 lines
257 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
${1:label} = 0;
|
|
loop ${1:label} {
|
|
${2:// Your loop code here}
|
|
branch_if (${3:condition}): ${1:label};
|
|
}
|
|
]]></content>
|
|
<tabTrigger>loopbr</tabTrigger>
|
|
<description>Loop with branch_if</description>
|
|
</snippet>
|