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