mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
10 lines
239 B
XML
10 lines
239 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
export fn ${1:name}(${2:params}) -> ${3:return_type} {
|
|
${4:// Function body}
|
|
}
|
|
]]></content>
|
|
<tabTrigger>fnexport</tabTrigger>
|
|
<description>Exported function definition</description>
|
|
</snippet>
|