Fork me on GitHub
#spacemacs
<
2021-05-20
>
jumar13:05:13

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?