yasnippet-snippets/snippets/elixir-mode/wt

8 lines
160 B
Plaintext

# -*- mode: snippet -*-
# contributor: Miriam Retka (https://github.com/Auralcat)
# name: wt
# key: wt
# --
with ${1:{:ok, tuple} <- function(arg)}, do
$0
end