Initial commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: func
|
||||
# key: func
|
||||
# --
|
||||
// $1 ${4:...}
|
||||
func ${1:name}(${2:args}) $3 {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user