init
This commit is contained in:
10
snippets/elixir-mode/wte
Normal file
10
snippets/elixir-mode/wte
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Miriam Retka (https://github.com/Auralcat)
|
||||
# name: wte
|
||||
# key: wte
|
||||
# --
|
||||
with ${1:{:ok, tuple} <- function(arg)}, do
|
||||
$2
|
||||
else
|
||||
$0
|
||||
end
|
||||
Reference in New Issue
Block a user