File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 119
119
120
120
; ; Locally defined snippets
121
121
:additional-snippets
122
- [{:name " comment-heading"
122
+ [; ; Documentation / comments
123
+
124
+ {:name " comment-heading"
123
125
:detail " Comment Header"
124
126
:snippet
125
127
" ;; --------------------------------------------------
177
179
#_()) ;; End of rich comment" }
178
180
179
181
; ; Core functions
182
+
180
183
{:name " def"
181
184
:detail " def with docstring"
182
185
:snippet " (def ${1:name}\n \" ${2:doc-string}\"\n $0)" }
197
200
:detail " Create ns"
198
201
:snippet " (ns ${1:name}\n \" ${2:doc-string}\"\n ${3:require})" }
199
202
203
+ ; ; Clojure CLI alias snippets
204
+
200
205
{:name " deps-alias"
201
206
:detail " deps.edn alias with extra path & deps"
202
207
:snippet
261
266
:snippet
262
267
" ${1:domain/library-name} {:local/root \" ${2:/path/to/project/root}\" }$0" }
263
268
269
+ ; ; Requiring dependency snippets
270
+
264
271
{:name " require-rdd"
265
272
:detail " require for rich comment experiments"
266
273
:snippet " (require '[${1:namespace} :as ${2:alias}]$3)$0" }
You can’t perform that action at this time.
0 commit comments