emacs

clyfe 2026-01-05T22:53:57.507769Z

Is there an option to have #_ reader macro comments syntax highlighted, and not just greyed out, like the comment macro? I'm in clojure-ts-mode. Something like clojure-ts-comment-macro-font-lock-body but for #_.

Gent Krasniqi 2026-01-06T15:11:46.667559Z

I don't use clojure-ts-mode, but I think you can at least check if it is distinct by using M-x describe-face RET with your point on it (and compare it to regular comments).

clyfe 2026-01-05T22:54:16.221879Z

clyfe 2026-01-05T22:58:15.300969Z

I like how calva keeps it highlighted, but just dims the light a little, would be nice to have that.

Harold 2026-01-05T23:00:21.397329Z

Is your profile picture Évariste? Puts a smile on my face. Sorry I don't know the answer to your question.

clyfe 2026-01-05T23:00:46.142719Z

đŸ™‚ yes

clyfe 2026-01-05T23:58:58.905739Z

Filled a bug https://github.com/clojure-emacs/clojure-ts-mode/issues/129.