mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: try
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: try … finally
|
|
# --
|
|
try
|
|
$0
|
|
finally
|
|
$1
|
|
end; |