summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lisp/progmodes/ruby-mode.el (ruby-accurate-end-of-block): WhenDmitry Gutov2013-12-091-3/+8
* * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): TouchDmitry Gutov2013-12-061-2/+2
* Fix Bug#15874Dmitry Gutov2013-12-061-2/+9
* * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template),Bozhidar Batsov2013-11-221-2/+4
* * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):Bozhidar Batsov2013-11-221-2/+2
* * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):Bozhidar Batsov2013-11-201-1/+1
* * lisp/progmodes/ruby-mode.el (ruby-toggle-block): Don't stop atAdam Sokolnicki2013-11-171-1/+2
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp forDmitry Gutov2013-11-151-1/+1
* * lisp/progmodes/ruby-mode.el (ruby-mode-set-encoding):Bozhidar Batsov2013-11-141-6/+2
* * lisp/progmodes/ruby-mode.el (ruby-mode-set-encoding):Bozhidar Batsov2013-11-141-26/+44
* * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate betweenDmitry Gutov2013-11-121-8/+20
* * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):Dmitry Gutov2013-11-091-0/+5
* * lisp/progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.Stefan Monnier2013-11-081-166/+176
* * lisp/progmodes/ruby-mode.el (ruby-mode-set-encoding):Bozhidar Batsov2013-11-081-3/+3
* * lisp/progmodes/ruby-mode.el (ruby-smie--forward-token)Dmitry Gutov2013-11-081-2/+2
* * lisp/progmodes/ruby-mode.el (ruby-mode-set-encoding): UseBozhidar Batsov2013-11-081-1/+22