init
This commit is contained in:
10
snippets/crystal-mode/ife
Normal file
10
snippets/crystal-mode/ife
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: if ... else ... end
|
||||
# key: ife
|
||||
# group : control structure
|
||||
# --
|
||||
if ${1:condition}
|
||||
$2
|
||||
else
|
||||
$3
|
||||
end
|
||||
Reference in New Issue
Block a user