Skip to content

Commit 8a0cd14

Browse files
committed
Merge pull request honza#248 from michihuber/patch-1
Add function do ... end snippet to elixir
2 parents bdcfe04 + 5ce9216 commit 8a0cd14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

snippets/elixir.snippets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ snippet doc
8989
snippet fn
9090
fn(${1:args}) -> ${2} end
9191

92+
snippet fun
93+
function do
94+
${1}
95+
end
96+
9297
snippet mdoc
9398
@moduledoc """
9499
${1}

0 commit comments

Comments
 (0)