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