my-emacs-d/elpa/yasnippet-20160924.2001/snippets/c++-mode/tryw

10 lines
133 B
Plaintext
Raw Normal View History

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