Skip to content

Commit

Permalink
remove edamame regex override
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 24, 2024
1 parent b08b7eb commit c54693b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/nextjournal/clerk/analyzer.clj
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,18 @@
:syntax-quote {:resolve-symbol tools.reader/resolve-symbol}
:readers *data-readers*
:read-cond :allow
:regex #(list `re-pattern %)
;; :regex #(list `re-pattern %)
:features #{:clj}
:end-location false
:row-key :line
:col-key :column
:auto-resolve (auto-resolves (or *ns* (find-ns 'user)))}))

(comment
(eval (read-string "#\"foo\""))
(eval (read-string "'#\"foo\""))
)

#_(read-string "(ns rule-30 (:require [nextjournal.clerk.viewer :as v]))")

(defn unresolvable-symbol-handler [ns sym ast-node]
Expand Down

0 comments on commit c54693b

Please sign in to comment.