mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
more Sublime Text fetures
This commit is contained in:
11
syntax/SublimeText/loop-branch_if.sublime-snippet
Normal file
11
syntax/SublimeText/loop-branch_if.sublime-snippet
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user