Skip to content

Commit

Permalink
Highlight a couple clojure.test symbols as builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyfreeman committed Sep 15, 2023
1 parent ec48877 commit 5e7506e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clojure-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ Only intended for use at development time.")
"when" "when-first" "when-let" "when-not" "when-some" "while"
"with-bindings" "with-in-str" "with-loading-context"
"with-local-vars" "with-open" "with-out-str" "with-precision"
"with-redefs" "with-redefs-fn"))
"with-redefs" "with-redefs-fn"
;; Commonly used clojure.test functions
"deftest" "deftest-" "is" "are" "testing"))
"$")))

(defface clojure-ts-keyword-face
Expand Down

0 comments on commit 5e7506e

Please sign in to comment.