mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
more Sublime Text fetures
This commit is contained in:
9
syntax/SublimeText/fn-export.sublime-snippet
Normal file
9
syntax/SublimeText/fn-export.sublime-snippet
Normal 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>
|
||||
Reference in New Issue
Block a user