Andrew Lai
Andrew Lai
@eigenhombre Ever find a solution for this one? Just stumbled across it, and I'm hitting the same issue.
Seems like you can override the `parser/dispatch-form` multimethod for 'defprotocol, so maybe I'll do that and submit a PR
``` (require '[marginalia.parser :as p]) ;; Override the existing multimethod - proposal for a new multimethod that works with `:extend-via-metadata` (defmethod p/dispatch-form 'defprotocol [form raw nspace-sym] (let [[ds r s]...