my-emacs-d/elpa/yasnippet-20160924.2001/snippets/c++-mode/tryw
2016-10-20 10:27:10 +02:00

10 lines
133 B
Plaintext

# -*- mode: snippet -*-
# name: tryw
# key: tryw
# --
try {
`(or yas/selected-text (car kill-ring))`
} catch ${1:Exception} {
}