mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 09:54:17 +00:00
* Fix issue 113: invalid filenames on Windows. Thanks claudio.bley!
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: try
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Try/Except/Else/Finally
|
||||
# --
|
||||
try:
|
||||
${1:pass}
|
||||
except${2: ${3:Exception}, ${4:e}}:
|
||||
${5:raise}
|
||||
else:
|
||||
${6:pass}
|
||||
finally:
|
||||
${7:pass}
|
||||
Reference in New Issue
Block a user