]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/js-mode/try.yasnippet
Update packages/yasnippet by subtree-merging from its github-based upstream
[gnu-emacs-elpa] / packages / yasnippet / snippets / js-mode / try.yasnippet
1 # -*- mode: snippet -*-
2 # name: try
3 # key: try
4 # --
5 try {
6 $1
7 } catch(error) {
8 $0
9 }