summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lisp/progmodes/ruby-mode.el (ruby-smie--indent-to-stmt): UseDmitry Gutov2013-11-081-7/+2
* * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedencesDmitry Gutov2013-11-081-12/+30
* * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):Dmitry Gutov2013-11-071-14/+19
* * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority ofDmitry Gutov2013-11-071-1/+1
* * lisp/progmodes/ruby-mode.el: Improve a few error messages.Bozhidar Batsov2013-11-051-4/+4
* * lisp/progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.Bozhidar Batsov2013-11-051-4/+1
* * lisp/progmodes/ruby-mode.el (ruby-mode): Clean up docstring.Bozhidar Batsov2013-11-041-6/+4
* * lisp/progmodes/ruby-mode.el (ruby-smie--forward-token)Dmitry Gutov2013-11-041-2/+10
* * lisp/emacs-lisp/smie.el (smie-rule-parent): Always callStefan Monnier2013-11-031-12/+2
* * lisp/progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): NewDmitry Gutov2013-11-021-2/+12
* * lisp/progmodes/ruby-mode.el Use `syntax-propertize-function'Dmitry Gutov2013-11-021-349/+172
* * lisp/progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-loc...Bozhidar Batsov2013-11-021-31/+21
* * lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntaxBozhidar Batsov2013-11-021-5/+0
* * lisp/progmodes/ruby-mode.el (ruby-indent-tabs-mode)Bozhidar Batsov2013-11-011-10/+12
* * lisp/progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goesDmitry Gutov2013-10-271-1/+1
* * lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be moreDmitry Gutov2013-10-261-1/+10
* * lisp/progmodes/ruby-mode.el (ruby-mode-menu): Use properDmitry Gutov2013-10-251-7/+14
* * lisp/progmodes/ruby-mode.el (ruby-mode-menu): Add a menuJohn Anthony2013-10-241-0/+16
* * lisp/progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly blockDmitry Gutov2013-10-241-4/+2