mirror of
https://github.com/exoticorn/microw8.git
synced 2026-06-27 21:39:38 +02:00
more Sublime Text fetures
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user