enh-ruby-mode

Homepage: https://github.com/zenspider/Enhanced-Ruby-Mode

Author: Geoff Jacobsen

Updated:

Summary

Major mode for editing Ruby files

Commentary

This is a fork of https://github.com/jacott/Enhanced-Ruby-Mode
to provide further enhancements and bug fixes.

It has been renamed to enh-ruby-mode.el to avoid name conflicts
with ruby-mode that ships with Emacs. All symbols that started with
'ruby now start with 'enh-ruby. This also makes it possible to
switch back and forth for testing purposes.

Provides fontification, indentation, syntax checking, and navigation for Ruby code.

If you're installing manually, you should add this to your .emacs
file after putting it on your load path:

   (add-to-list 'load-path "(path-to)/Enhanced-Ruby-Mode") ; must be added after any path containing old ruby-mode
   (setq enh-ruby-program "(path-to-ruby)/bin/ruby") ; so that still works if ruby points to ruby1.8

Dependencies