more Sublime Text fetures

This commit is contained in:
Bartek Zbytniewski
2025-04-20 10:53:26 +02:00
parent 3ca10fc85a
commit e14db77f26
8 changed files with 300 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
<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>