emacs

nikolavojicic 2024-12-14T01:59:11.063119Z

Is there CIDER-like "dynamic syntax highlighting" for Emacs Lisp?

nikolavojicic 2024-12-16T00:34:58.919519Z

Thank you!

👍 1
a13 2024-12-14T13:35:00.317059Z

smth like this https://github.com/alphapapa/highlight-function-calls ?

❤️ 2
a13 2024-12-14T13:37:24.092469Z

there's also https://github.com/Fanael/rainbow-identifiers, it highlights not only function calls but all symbols