spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
jumar 2021-05-20T13:53:13.007200Z

Let's say I have this log message in the REPL buffer:

2021-05-20 13:48:44.970 INFO [app.some.ns:276] - ...
How would I go about implementing a custom handler so that when I press g d (jump-to-definition), while the cursor is somewhere inside the app.some.ns:276 string, it would jump to that namespace at given line?