Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: try-catch-finally statement
|
||||
# key: tryf
|
||||
# --
|
||||
try {
|
||||
$0
|
||||
} catch (${1:ErrorType} ${2:e}) {
|
||||
|
||||
} finally {
|
||||
|
||||
}
|
Reference in New Issue
Block a user