aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ruby-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-3/+3
* Fix several backslash typos in Elisp stringsPaul Eggert2015-09-171-1/+1
* Fix some confusion with ‘format’Paul Eggert2015-08-051-3/+1
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-1/+2
* ruby-mode: Fix a "required arguments" confusionDmitry Gutov2015-03-201-4/+3
* Separate Kernel methods with required args from those withoutBozhidar Batsov2015-03-171-13/+4
* Font-lock more Kernel methods as built-inBozhidar Batsov2015-03-171-0/+14
* ruby-mode: Detect regexps after `!'Dmitry Gutov2015-03-091-1/+1
* ruby-mode: Don't consider `=' a part of symbol when followed by `>'Dmitry Gutov2015-03-091-2/+10
* ruby-mode: Change faces used for self, true, false and nilDmitry Gutov2015-03-081-3/+4
* ruby-mode: Expect regexp after { or | tooNobuyoshi Nakada2015-03-081-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Simplify ruby--string-regionBozhidar Batsov2014-12-221-11/+6
* Add a command for string quotes toggling to ruby-modeBozhidar Batsov2014-12-091-0/+45
* Associate more files with ruby-modeBozhidar Batsov2014-12-091-1/+2
* * lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle withStefan Monnier2014-07-051-1/+0
* Fix bug#17732Dmitry Gutov2014-06-161-1/+1
* * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2014-05-061-3/+4
* Highlight more Module methodsDmitry Gutov2014-04-091-0/+4
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): HighlightDmitry Gutov2014-03-271-4/+19
* Fix bug#17097Dmitry Gutov2014-03-271-0/+1
* Match special globals in Ruby betterDmitry Gutov2014-03-241-3/+3
* Fix bug#17050Dmitry Gutov2014-03-211-0/+4
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): FontifyDmitry Gutov2014-03-131-1/+1
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): HighlightDmitry Gutov2014-03-021-0/+10
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Handle theDmitry Gutov2014-02-231-4/+6
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Don't indent speciallyDmitry Gutov2014-02-231-1/+0
* * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".Dmitry Gutov2014-02-211-1/+1
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',Dmitry Gutov2014-02-031-3/+3
* Fix bug#16610Dmitry Gutov2014-02-011-18/+26
* Fix bug#16609Dmitry Gutov2014-02-011-2/+5
* Fixup the documentation for the previous changeDmitry Gutov2014-01-311-3/+6
* Implement user option ruby-align-chained-callsDmitry Gutov2014-01-311-7/+31
* ruby-mode: Align def...end to the beginning of statementDmitry Gutov2014-01-171-10/+9
* * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add .podspec and Podfile.Bozhidar Batsov2014-01-101-2/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Every defcustom should specify its typeGlenn Morris2013-12-281-1/+10
* * lisp/progmodes/ruby-mode.el (ruby--electric-indent-p): Improve theDmitry Gutov2013-12-221-4/+4
* * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return tDmitry Gutov2013-12-221-1/+1
* Integrate ruby-mode with electric-indent-mode betterDmitry Gutov2013-12-221-3/+32
* * lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak theDmitry Gutov2013-12-221-1/+3
* * lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): NewDmitry Gutov2013-12-201-7/+56
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-blockDmitry Gutov2013-12-191-2/+3
* * lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow theDmitry Gutov2013-12-191-20/+22
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.Dmitry Gutov2013-12-171-0/+1
* Fix comment from the last change to `ruby-smie-rules'Dmitry Gutov2013-12-141-1/+1
* Fix bug#16118Dmitry Gutov2013-12-141-3/+14
* * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return tDmitry Gutov2013-12-091-2/+2
* * lisp/progmodes/ruby-mode.el (ruby-forward-string): Document.Cameron Desautels2013-12-091-4/+21