mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-12 08:24:18 +00:00
Last commit before tagging and releasing
This commit is contained in:
14
extras/imported/erlang-mode/Try Expression.yasnippet
Normal file
14
extras/imported/erlang-mode/Try Expression.yasnippet
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: try
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Try Expression
|
||||
# --
|
||||
try${1: ${2:expression}${3: of
|
||||
${4:pattern}${5: when ${6:guard}} ->
|
||||
${7:body}}}
|
||||
${8:catch
|
||||
${9:pattern}${10: when ${11:guard}} ->
|
||||
${12:body}}
|
||||
${13:after
|
||||
${14:body}}
|
||||
end
|
||||
Reference in New Issue
Block a user