Fork me on GitHub
#cursive
<
2020-03-07
>
tekacs00:03:42

for now I've 'solved' this by resolving as fn and changing my argument order, so that it's read: (defsomething [args go here] ::identifier forms go here)

tekacs00:03:59

which isn't ideal but works out alright in my case, in case anyone else runs into the same issue

cfleming02:03:08

@tekacs Yes, I don’t think Cursive has any patterns matching something like that at the moment. You could get the keyword matching using either s/def from spec or the re-frame equivalent, but neither of those take defn-style params.

👍 4