mirror of
https://github.com/exoticorn/microw8.git
synced 2026-06-27 21:39:38 +02:00
@@ -8,4 +8,5 @@ data ${1:address} {
|
|||||||
]]></content>
|
]]></content>
|
||||||
<tabTrigger>datatype</tabTrigger>
|
<tabTrigger>datatype</tabTrigger>
|
||||||
<description>Data block definition</description>
|
<description>Data block definition</description>
|
||||||
|
<scope>source.curlywasm</scope>
|
||||||
</snippet>
|
</snippet>
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ export fn ${1:name}(${2:params}) -> ${3:return_type} {
|
|||||||
]]></content>
|
]]></content>
|
||||||
<tabTrigger>fnexport</tabTrigger>
|
<tabTrigger>fnexport</tabTrigger>
|
||||||
<description>Exported function definition</description>
|
<description>Exported function definition</description>
|
||||||
|
<scope>source.curlywasm</scope>
|
||||||
</snippet>
|
</snippet>
|
||||||
|
|||||||
@@ -8,4 +8,5 @@ if ${1:condition} {
|
|||||||
]]></content>
|
]]></content>
|
||||||
<tabTrigger>ifelse</tabTrigger>
|
<tabTrigger>ifelse</tabTrigger>
|
||||||
<description>If-else statement</description>
|
<description>If-else statement</description>
|
||||||
|
<scope>source.curlywasm</scope>
|
||||||
</snippet>
|
</snippet>
|
||||||
|
|||||||
@@ -4,4 +4,5 @@ let inline ${1:variable} = ${2:value};
|
|||||||
]]></content>
|
]]></content>
|
||||||
<tabTrigger>letinline</tabTrigger>
|
<tabTrigger>letinline</tabTrigger>
|
||||||
<description>Lazy variable declaration</description>
|
<description>Lazy variable declaration</description>
|
||||||
|
<scope>source.curlywasm</scope>
|
||||||
</snippet>
|
</snippet>
|
||||||
|
|||||||
@@ -4,4 +4,5 @@ let lazy ${1:variable} = ${2:value};
|
|||||||
]]></content>
|
]]></content>
|
||||||
<tabTrigger>letlazy</tabTrigger>
|
<tabTrigger>letlazy</tabTrigger>
|
||||||
<description>Lazy variable declaration</description>
|
<description>Lazy variable declaration</description>
|
||||||
|
<scope>source.curlywasm</scope>
|
||||||
</snippet>
|
</snippet>
|
||||||
|
|||||||
@@ -8,4 +8,5 @@ loop ${1:label} {
|
|||||||
]]></content>
|
]]></content>
|
||||||
<tabTrigger>loopbr</tabTrigger>
|
<tabTrigger>loopbr</tabTrigger>
|
||||||
<description>Loop with branch_if</description>
|
<description>Loop with branch_if</description>
|
||||||
|
<scope>source.curlywasm</scope>
|
||||||
</snippet>
|
</snippet>
|
||||||
|
|||||||
Reference in New Issue
Block a user