Skip to content

Commit a8d936b

Browse files
committed
Add snippet for do to elixir snippets
1 parent fa5def9 commit a8d936b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snippets/elixir.snippets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
snippet do
2+
do
3+
${1}
4+
end
15
snippet if if .. do .. end
26
if ${1} do
37
${2}

0 commit comments

Comments
 (0)