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:
@@ -1,6 +1,6 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
if (${1:condition}) {
|
||||
if ${1:condition} {
|
||||
${2:// Your if code here}
|
||||
} else {
|
||||
${3:// Your else code here}
|
||||
|
||||
Reference in New Issue
Block a user