init
This commit is contained in:
8
snippets/clojure-mode/try
Normal file
8
snippets/clojure-mode/try
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: try
|
||||
# key: try
|
||||
# --
|
||||
(try
|
||||
$1$>
|
||||
(catch ${2:Exception} e$>
|
||||
$3$>))$>
|
||||
Reference in New Issue
Block a user