Hi,
When I prefix a define statement with "trace-" (to use the racket/trace facility), geiser no longer treats my definition as one. This break the go-to-definition feature, indentation and syntax coloration. It isn't a major issue since racket/trace is only used when debugging. But I use it often, so fix this would be a significant comfort improvement to me.
I quickly looked for a list where 'define would be present to try to add 'trace-define, but didn't find it, even in autodoc.rkt.
Would it be possible to make geiser-racket treat 'trace-define like 'define ?