Skip to content

Commit

Permalink
try and restrict cljdoc lang
Browse files Browse the repository at this point in the history
for the reloaded ns
  • Loading branch information
mccraigmccraig committed May 31, 2023
1 parent fa74195 commit d3e6518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slip/reloaded.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
some slightly awkward clj-only macros to def a system
and associated fns including a c.t.n.r/refresh-based
reload! operation"
{:cljdoc/languages ["clj"]}
(:require
[clojure.string :as string]
[clojure.tools.namespace.repl :refer [refresh]]
Expand Down

0 comments on commit d3e6518

Please sign in to comment.