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 ec48877 commit 5e7506eCopy full SHA for 5e7506e
clojure-ts-mode.el
@@ -191,7 +191,9 @@ Only intended for use at development time.")
191
"when" "when-first" "when-let" "when-not" "when-some" "while"
192
"with-bindings" "with-in-str" "with-loading-context"
193
"with-local-vars" "with-open" "with-out-str" "with-precision"
194
- "with-redefs" "with-redefs-fn"))
+ "with-redefs" "with-redefs-fn"
195
+ ;; Commonly used clojure.test functions
196
+ "deftest" "deftest-" "is" "are" "testing"))
197
"$")))
198
199
(defface clojure-ts-keyword-face
0 commit comments