> On 05/02/2024 22:51, Dmitry Gutov wrote: > > On 05/02/2024 19:47, Wilhelm Kirschbaum wrote: > >>> Could you give an example of problematic highlighting, though? So I > >>> can keep it mind when installing both changes. > >> Of course, sorry: > >> > >> def boo(:one), do: :boo > >> > >> highlighted boo as function-call-face, not function-name-face. Same with > >> > >> > >> def foo("boo") do > >> > >> end > >> > >> > >> and variants. > > > > Thanks! Now I get it. > > I've now pushed the two your patches and one of mine. > Thank you > > Not closing the report yet because you said some problem with function > calls remains, right? > Yes, one more with function calls and one issue with else blocks, where the wrong font gets applied. I will attempt a patch next week.