Skip to content

Commit f5a6fcd

Browse files
committed
Merge pull request #29 from gusaiani/add-for-snippet
Add 'for' snippet
2 parents 07fc1ae + 7b1a842 commit f5a6fcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

snippets/language-elixir.cson

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
'doc':
3030
'prefix': 'doc'
3131
'body': '@doc """\n$0\n"""'
32+
'for':
33+
'prefix': 'for'
34+
'body': 'for $1 <- $2 do\n\t$3\nend'
3235
'if':
3336
'prefix': 'if'
3437
'body': 'if $1 do\n\t$0\nend'

0 commit comments

Comments
 (0)