Fork me on GitHub
#emacs
<
2023-09-15
>
joshcho03:09:50

How do I get something like >defn (in guardrails) to have same syntax highlighting with defn?

Zed05:09:57

Find the regular expression used for fontification of function definitions in clojure-mode.el, modify it to do what you want, and use font-lock-add-keywords to add it to font-lock-keywords for clojure-mode

❤️ 1
joshcho13:09:33

I feel like I need to reask this question every couple months... Thank you @U04ESH6949M