We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6da6ad commit 9f3a483Copy full SHA for 9f3a483
config.edn
@@ -20,10 +20,12 @@
20
;; ${1:Namespace summary title}
21
;;
22
;; ${2:Brief description}\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n$0"}
23
+
24
{:name "comment-separator"
25
:detail "Comment Separator"
26
:snippet
27
";; ${1:Namespace summary title}\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n$0"}
28
29
{:name "rich-comment"
30
:detail "Create rich comment"
31
@@ -131,5 +133,6 @@
131
133
132
134
"(deftest ${1:name}-test
135
(testing \"${2:Context of the test assertions}\"
- (is (= ${3:assertion-values}))$4)) $0"}]
- }
136
+ (is (= ${3:assertion-values}))$4)) $0"}
137
138
+ #_{}]}
0 commit comments