Skip to content

Commit ece71ca

Browse files
authored
Merge pull request #23 from pedromanoel/main
Allow reading custom reader macros from EDN input
2 parents 1c15975 + a2089eb commit ece71ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cq/formats.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
(defn ->edn-reader
3535
[_]
3636
(fn [in]
37-
(edn/read (PushbackReader. (io/reader in)))))
37+
(edn/read {:default tagged-literal} (PushbackReader. (io/reader in)))))
3838

3939
(defn ->edn-writer
4040
[{:keys [pretty color]}]

0 commit comments

Comments
 (0)