mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 18:34:17 +00:00
restructuring classic snippets dir to conform to new parenting specs
This commit is contained in:
8
snippets/erlang-mode/loop
Normal file
8
snippets/erlang-mode/loop
Normal file
@@ -0,0 +1,8 @@
|
||||
#name : loop(...) -> receive _ -> loop(...) end.
|
||||
# --
|
||||
${1:loop}($2) ->
|
||||
receive
|
||||
${3:_} ->
|
||||
$1($2)
|
||||
end.
|
||||
$0
|
||||
Reference in New Issue
Block a user