Saturday, March 4, 2023

Perl syntax highlight change

Hi.

After a recent upgrade (I use Debian's packaged version 9.0.1000-4), I
observed that Perl's method calls are no longer highlighted the same
color as variables: in "$x->function", "->function" is now white instead
of the same color as "$x" like in previous versions.

I thought I could fix it myself, but looking at the definition in
perl.vim, I observe that now the keyword perlMethod only appears once to
make it a link to perlIdentifier, it is never used in the actual syntax
definition; I grepped the whole /usr/share/vim/ tree.

Can you please tell me what I am missing?

Regards,

--
Nicolas George

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/ZAMkiT4z14o4Wu/2%40phare.normalesup.org.

No comments: