This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/snippets/erlang-mode/try
2013-01-23 19:53:54 -05:00

8 lines
No EOL
87 B
Text

# name: try ... of ... catch after end
# key: try
# --
try $1 of
$0
catch
after
end