tpope / vim-rails

rails.vim: Ruby on Rails power tools
http://www.vim.org/scripts/script.php?script_id=1567
4.1k stars 383 forks source link

Add alias_method to syntax highlighting #528

Closed lucianosousa closed 5 years ago

lucianosousa commented 5 years ago

Add syntax highlighting to alias_method ruby method found at Module level https://ruby-doc.com/core/Module.html#method-i-alias_method

kronn commented 5 years ago

This is already (and better located) being taken care of by https://github.com/vim-ruby/vim-ruby/blob/master/syntax/ruby.vim#L446

Do you have the 'vim-ruby/vim-ruby' Plugin installed and up to date?

lucianosousa commented 5 years ago

@kronn no, I don't I'm gonna to install. thanks! @tpope feel free to close the PR if you don't want it