summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Also handle escaping when string begins with a quoteDmitry Gutov2016-06-271-2/+2
* Fix quote escaping in ruby-toggle-string-quotesSriram Thaiyar2016-06-271-1/+1
* Improve squiggly heredoc support in non-SMIE Ruby modeDmitry Gutov2016-06-071-1/+1
* Do not mistake colon at the end of regexp for slash symbolDmitry Gutov2016-05-121-1/+3
* Fixup the "normal" matcher; highlight global var symbols, tooDmitry Gutov2016-03-191-2/+2
* Support safe navigation operator in non-SMIE indentation codeDmitry Gutov2016-03-161-1/+1
* Fix Ruby's operator precedenceDmitry 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 continuationDmitry Gutov2016-03-151-13/+7
* Tweak the left precedence of '=>'Dmitry Gutov2016-03-141-1/+1
* Indent '.' relative to the first sibling expressionDmitry Gutov2016-03-141-1/+3
* Make '.' associative, for easier sexp navigationDmitry Gutov2016-03-141-2/+2
* Support Ruby 2.3.0's safe navigation operatorDmitry Gutov2016-03-121-1/+3
* Indent methods with keyword names correctlyDmitry Gutov2016-03-101-5/+9
* Propertize character literals and special global variables differentlyDmitry Gutov2016-03-101-3/+5
* Propertize operator symbol names with symbol syntax classDmitry Gutov2016-03-091-22/+11
* Stop recognizing :#{} as symbol in ruby-modeDmitry Gutov2016-03-091-2/+2
* Allow using the left shift operator without spaces on both sidesDmitry Gutov2016-03-091-10/+16
* Allow splat operator before percent literalDmitry Gutov2016-03-071-1/+1
* Don't apply the return value of goto-char as syntax classDmitry Gutov2016-03-071-1/+2
* Guard against nested percent literalsDmitry Gutov2016-03-071-30/+31
* Recognize iuwu-mod after an escaped newlineDmitry Gutov2016-03-071-2/+7
* Make $, : and @ "prefix characters" in ruby-modeDmitry Gutov2016-02-231-5/+10
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-11/+12
* Support squiggly heredocs in ruby-modeDmitry Gutov2016-01-211-1/+1
* ; Fix a typoDmitry Gutov2016-01-191-1/+1
* Propertize backtick in 'def `(abc)' as symbol constituentDmitry Gutov2016-01-191-2/+7
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Recognize .rbw and .pyw files (bug#18753)Vasily Korytov2015-11-161-1/+1
* Fix ruby-mode auto-mode-alist entryDmitry Gutov2015-11-161-1/+2
* Improve Ruby 1.9-style keyword keys highlightingDmitry Gutov2015-11-151-2/+3
* Use %s to format strings instead of splicing themPaul Eggert2015-09-201-1/+2
* 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