mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
Sublime Text refactor
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
${1:label} = 0;
|
||||
loop ${1:label} {
|
||||
${2:// Your loop code here}
|
||||
branch_if (${3:condition}): ${1:label};
|
||||
branch_if ${3:condition}: ${1:label};
|
||||
}
|
||||
]]></content>
|
||||
<tabTrigger>loopbr</tabTrigger>
|
||||
|
||||
Reference in New Issue
Block a user