mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
12 lines
238 B
XML
12 lines
238 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
if (${1:condition}) {
|
|
${2:// Your if code here}
|
|
} else {
|
|
${3:// Your else code here}
|
|
}
|
|
]]></content>
|
|
<tabTrigger>ifelse</tabTrigger>
|
|
<description>If-else statement</description>
|
|
</snippet>
|