Vim highlighting question
Dear lazyweb, is there a highlighting scheme for vim which makes method calls more readable?
Compare:
How can I highlight either method calls or arrows between them?
Also, shouldn't we patch the standard color scheme for perl now that direct access to accessors is generally discouraged and lots of object-oriented code looks so monotonously blue?
The "standard color scheme for Perl" is maintained by me on GitHub at https://github.com/petdance/vim-perl Theoretically they then get sent back to Bram Moolenaar to put into core vim, although that's only happened once since I took over aggregating all the syntax files.
A better place for discussion might be an issue at Github, or bring it up to the Google Group I have set up for vim-perl https://groups.google.com/forum/?fromgroups#!forum/vim-perl
Yeah, I knew about vim-perl, I just was too lazy yesterday to spend much time on figuring things out in details.
I just sent you a totally different pull request for vim-perl, though, and probably going to spend the whole day hacking on other parts of it and my own vimrc. Damn you, my short attention span :)