elixir-editors / emacs-elixir

Emacs major mode for Elixir
446 stars 94 forks source link

Syntax highlighting for function calls #491

Open jwbaldwin opened 2 years ago

jwbaldwin commented 2 years ago

Hello! First of all, thank you for your work!

This is just a question, but I've looked around in the defined font-lock types here as well as the defaults and cannot seem to find the answer. Is there a way to customize the color of a function call such as the following?

doom emacs current behavior Screen Shot 2022-04-25 at 1 06 47 PM

And what I desire (as seen in VSCode) Screen Shot 2022-04-25 at 1 06 31 PM

Apologies if I just missed it in the code. But right now they seem to be the default color of whichever theme I'm using and I'd prefer to be able to have them stand out. It would be a bonus if they could even differ from function definitions like the VSCode behaviour.

Thanks!