Skip to content

Commit

Permalink
Add function expansion macro
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenfoxivey committed Aug 11, 2024
1 parent b8d9c95 commit 9525cfa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Snippets/fn.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<snippet>
<description>function</description>
<content><![CDATA[$0 fn $1 ($2) $3 {
$4
}]]></content>
<tabTrigger>fn</tabTrigger>
<scope>source.zig</scope>
</snippet>

0 comments on commit 9525cfa

Please sign in to comment.