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