We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e066009 + 2838cdf commit e51a259Copy full SHA for e51a259
snippets/elixir-mode/wt
@@ -0,0 +1,8 @@
1
+# -*- mode: snippet -*-
2
+# contributor: Miriam Retka (https://github.com/Auralcat)
3
+# name: wt
4
+# key: wt
5
+# --
6
+with ${1:{:ok, tuple} <- function(arg)}, do
7
+ $0
8
+end
snippets/elixir-mode/wte
@@ -0,0 +1,10 @@
+# name: wte
+# key: wte
+ $2
+else
9
10
0 commit comments