Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

qoobaa/ruby-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ruby-mode.el — Major mode for editing Ruby files

Provides font-locking, indentation support, and navigation for Ruby code.

Installing

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

(autoload ‘ruby-mode “ruby-mode” “Major mode for ruby files” t) (add-to-list ‘auto-mode-alist ‘(“\.rb$” . ruby-mode)) (add-to-list ‘interpreter-mode-alist ‘(“ruby” . ruby-mode))

Authors

Yukihiro Matsumoto, Nobuyoshi Nakada

Links

http://www.emacswiki.org/cgi-bin/wiki/RubyMode

Emacs

This file is not part of GNU Emacs. However, a newer version of ruby-mode is included in recent releases of GNU Emacs (version 23 and up), but the new version is not guaranteed to be compatible with older versions of Emacs or XEmacs. This file is the last version that aims to keep this compatibility.

ELPA

You can also get the latest version from the Emacs Lisp Package Archive: http://tromey.com/elpa

License

This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with it. If not, see http://www.gnu.org/licenses/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •