Author: Anders Lindgren
Version: 0.0.1
URL: https://github.com/Lindydancer/ruby-extra-highlight
This package highlights Ruby method and block parameters.
The minor mode ruby-extra-highlight-mode adds highlighting rules
to the current buffer for highlighting method and block parameters.
The easiest way automatically enable it for Ruby buffers is to add the following to a suitable init file:
(add-hook 'ruby-mode-hook #'ruby-extra-highlight-mode)
Converted from ruby-extra-highlight.el by el2markdown.