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