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