Method definition highlighting
Doug Kearns
dougkearns at gmail.com
Tue Feb 20 06:02:36 EST 2007
One of the reasons I'd temporarily forgotten that the current CVS wasn't
highlighting method names specially in method definitions is because
I've never liked it and have a local customization to prevent it.
I much prefer the "self" in:
def self.bar: end
and the "Foo" in:
def Foo::bar; end
to be highlighted normally as rubyPseudoVariable, rubyConstant and
rubyLocalVariableOrMethod respectively rather than all of them being
highlighted as part of the artificial rubyFunction.
Does anyone else have any thoughts on this?
Regards,
Doug
More information about the vim-ruby-devel
mailing list