Install yasnippet and vala-snippets packages
This commit is contained in:
9
elpa/yasnippet-20160924.2001/snippets/c++-mode/tryw
Normal file
9
elpa/yasnippet-20160924.2001/snippets/c++-mode/tryw
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: tryw
|
||||
# key: tryw
|
||||
# --
|
||||
try {
|
||||
`(or yas/selected-text (car kill-ring))`
|
||||
} catch ${1:Exception} {
|
||||
|
||||
}
|
Reference in New Issue
Block a user