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