Skip to content

Commit 9f3a483

Browse files
format: separate snippet definitions, keep closing paren separate
1 parent e6da6ad commit 9f3a483

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

config.edn

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
;; ${1:Namespace summary title}
2121
;;
2222
;; ${2:Brief description}\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n$0"}
23+
2324
{:name "comment-separator"
2425
:detail "Comment Separator"
2526
:snippet
2627
";; ${1:Namespace summary title}\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n$0"}
28+
2729
{:name "rich-comment"
2830
:detail "Create rich comment"
2931
:snippet
@@ -131,5 +133,6 @@
131133
:snippet
132134
"(deftest ${1:name}-test
133135
(testing \"${2:Context of the test assertions}\"
134-
(is (= ${3:assertion-values}))$4)) $0"}]
135-
}
136+
(is (= ${3:assertion-values}))$4)) $0"}
137+
138+
#_{}]}

0 commit comments

Comments
 (0)