summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Merge branch 'widen-less' into emacs-26Dmitry Gutov2017-12-211-1/+0
|\
| * Consolidate 'widen' callsDmitry Gutov2017-12-141-1/+0
* | Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+2
|/
* ; Compare process status against 127 exactlyDmitry Gutov2017-11-221-2/+4
* Extract the common part of ruby-flymake-simple and ruby-flymake-rubocopDmitry Gutov2017-11-221-77/+64
* Add Rubocop Flymake backendDmitry Gutov2017-11-221-18/+100
* ; Spelling fixesPaul Eggert2017-11-161-1/+1
* Add a Flymake backend for RubyJoão Távora2017-11-051-0/+63
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Turn on lexical-binding in ruby-modeMark Oteiza2017-02-171-6/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | 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