init
This commit is contained in:
9
snippets/julia-mode/fun
Normal file
9
snippets/julia-mode/fun
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: function(...) ... end
|
||||
# key: fun
|
||||
# contributor: hankail05
|
||||
# --
|
||||
function ${1:fun}(${2:args})
|
||||
${3:body}
|
||||
end
|
||||
$0
|
||||
Reference in New Issue
Block a user