ruby-electric
ruby-electric copied to clipboard
Improved ruby-electric mode
trafficstars
This repository is not maintained any more
MELPA package points to an original Ruby SVN repository instead - the source of ruby-electric mode lies in Ruby repositories.
Ruby Electric
Ruby Electric is a minor mode that makes writing and editing Ruby code easier.
Improvements
- handling of strings of type 'here document'
- more keywords, with special handling for
do - packaged into a minor mode
- inserting matching pair delimiters like
{,[,(,',",'and| - added basic custom support for configuring keywords with electric closing and characters for which matching expansion should occur
Usage
- Add MELPA repository to your package archives.
- Install package
ruby-electricusingM-x package-install. - Toggle Ruby Electric on using
M-x ruby-electric-mode.
Credits
This work was inspired by a code snippet posted by Frederick Ros.
License
This code is licensed to you under the terms of the GNU General Public License version 2. See LICENSE for details.