summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Also handle escaping when string begins with a quote...Dmitry Gutov2016-06-271-2/+2
* Fix quote escaping in ruby-toggle-string-quotes...Sriram Thaiyar2016-06-271-1/+1
* Improve squiggly heredoc support in non-SMIE Ruby mode...Dmitry Gutov2016-06-071-1/+1
* Do not mistake colon at the end of regexp for slash symbol...Dmitry Gutov2016-05-121-1/+3
* Fixup the "normal" matcher; highlight global var symbols, too...Dmitry Gutov2016-03-191-2/+2
* Support safe navigation operator in non-SMIE indentation code...Dmitry Gutov2016-03-161-1/+1
* Fix Ruby's operator precedence...Dmitry Gutov2016-03-161-5/+6
* Do not tokenize a comment before continuation as ';'...Dmitry Gutov2016-03-151-1/+1
* Don't misindent arguments of a method call inside continuation...Dmitry Gutov2016-03-151-13/+7
* Tweak the left precedence of '=>'...Dmitry Gutov2016-03-141-1/+1
* Indent '.' relative to the first sibling expression...Dmitry Gutov2016-03-141-1/+3
* Make '.' associative, for easier sexp navigation...Dmitry Gutov2016-03-141-2/+2
* Support Ruby 2.3.0's safe navigation operator...Dmitry Gutov2016-03-121-1/+3
* Indent methods with keyword names correctly...Dmitry Gutov2016-03-101-5/+9
* Propertize character literals and special global variables differently...Dmitry Gutov2016-03-101-3/+5
* Propertize operator symbol names with symbol syntax class...Dmitry Gutov2016-03-091-22/+11
* Stop recognizing :#{} as symbol in ruby-mode...Dmitry Gutov2016-03-091-2/+2
* Allow using the left shift operator without spaces on both sides...Dmitry Gutov2016-03-091-10/+16
* Allow splat operator before percent literal...Dmitry Gutov2016-03-071-1/+1
* Don't apply the return value of goto-char as syntax class...Dmitry Gutov2016-03-071-1/+2
* Guard against nested percent literals...Dmitry Gutov2016-03-071-30/+31
* Recognize iuwu-mod after an escaped newline...Dmitry Gutov2016-03-071-2/+7
* Make $, : and @ "prefix characters" in ruby-mode...Dmitry Gutov2016-02-231-5/+10
* Fix problems caused by new implementation of sub-word mode...Eli Zaretskii2016-02-051-11/+12
* Support squiggly heredocs in ruby-mode...Dmitry Gutov2016-01-211-1/+1
* ; Fix a typoDmitry Gutov2016-01-191-1/+1
* Propertize backtick in 'def `(abc)' as symbol constituent...Dmitry Gutov2016-01-191-2/+7
* Update copyright year to 2016...Paul Eggert2016-01-011-1/+1
* Recognize .rbw and .pyw files (bug#18753)...Vasily Korytov2015-11-161-1/+1
* Fix ruby-mode auto-mode-alist entry...Dmitry Gutov2015-11-161-1/+2
* Improve Ruby 1.9-style keyword keys highlighting...Dmitry Gutov2015-11-151-2/+3
* Use %s to format strings instead of splicing them...Paul Eggert2015-09-201-1/+2
* Backslash cleanup in Elisp source files...Paul Eggert2015-09-171-3/+3
* Fix several backslash typos in Elisp strings...Paul Eggert2015-09-171-1/+1
* Fix some confusion with ‘format’...Paul Eggert2015-08-051-3/+1
* Don't quote nil and t in doc strings...Paul Eggert2015-05-211-1/+1
* Fix byte-compiler warnings about looking-back....Stefan Monnier2015-04-201-1/+2
* ruby-mode: Fix a "required arguments" confusion...Dmitry 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 nil...Dmitry Gutov2015-03-081-3/+4
* ruby-mode: Expect regexp after { or | too...Nobuyoshi Nakada2015-03-081-1/+1
* Update copyright year to 2015...Paul Eggert2015-01-011-1/+1
* Simplify ruby--string-region...Bozhidar Batsov2014-12-221-11/+6
* Add a command for string quotes toggling to ruby-mode...Bozhidar Batsov2014-12-091-0/+45
* Associate more files with ruby-mode...Bozhidar Batsov2014-12-091-1/+2
* * lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with...Stefan Monnier2014-07-051-1/+0
* Fix bug#17732...Dmitry Gutov2014-06-161-1/+1