Skip to content

Commit

Permalink
Add link to clojure source reference
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan0 committed May 29, 2024
1 parent 22c7731 commit 348dc15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cider-eval.el
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,8 @@ It delegates the actual error content to the eval or op handler."
(cider-default-err-eval-handler))
(t (cider-default-err-eval-print-handler))))

;; Reference:
;; https://github.com/clojure/clojure/blob/clojure-1.10.0/src/clj/clojure/main.clj#L251
;; See `cider-compilation-regexp' for interpretation of match groups.
(defconst cider-clojure-1.10--location
'(sequence
Expand Down

0 comments on commit 348dc15

Please sign in to comment.