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