aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ruby-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Fix indentation of keyword argument arrays/hashes in ruby-modeAaron Jensen2025-11-261-1/+4
* ruby-syntax-propertize: Add exception for /=Dmitry Gutov2025-09-161-0/+1
* ruby-flymake-simple: Refine furtherDmitry Gutov2025-08-281-1/+1
* ; ruby-flymake-simple: Only match relative file name (bug#79257)john muhl2025-08-271-1/+1
* Fix 'ruby-flymake-simple' for Ruby 3.4 (Bug#79257)john muhl2025-08-261-1/+1
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-4/+0
* Fix ruby lint output regexpsTim Landscheidt2025-04-281-2/+2
* Prefer '(oddp A)' to '(= 1 (logand A 1))'Stefan Kangas2025-02-171-2/+1
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-10/+10
|\
| * Don't call purecopy in progmodes/*.elStefan Kangas2024-12-121-10/+10
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | ; Update version tags of defcustomsEli Zaretskii2024-12-221-0/+1
|/
* Allow to go back to using 'ruby-mode' after loading 'ruby-ts-mode'Eli Zaretskii2024-11-281-0/+4
* Add new option ruby-bracketed-args-indentAaron Jensen2024-09-021-0/+23
* Checkdoc fixes in progmodesStefan Kangas2024-07-071-3/+3
* ruby-rubocop-use-bundler: New user optionDmitry Gutov2024-05-131-5/+21
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ruby-syntax-methods-before-regexp: Drop this whitelistDmitry Gutov2023-12-161-21/+11
* | Merge from origin/emacs-29Eli Zaretskii2023-12-101-3/+9
|\ \ | |/
| * ruby-mode: Better detect regexp vs division (bug#67569)Dmitry Gutov2023-12-091-3/+9
* | Fix a defcustom :typeMauro Aranda2023-10-121-1/+3
* | Register more Ruby files in auto-mode-alistStefan Kangas2023-08-031-2/+2
* | Don't hardcode ruby version in interpreter-mode-alistStefan Kangas2023-08-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-04-151-2/+2
|\ \ | |/
| * ruby-add-log-current-method: Reduce the use of 'nreverse'Dmitry Gutov2023-04-131-2/+2
* | Remove ineffective uses of condition-caseMattias EngdegÄrd2023-03-031-87/+86
|/
* ruby-mode: Fix method call indentation in rhs of multiple assignmentDmitry Gutov2023-02-281-5/+8
* ruby-smie-rules: Fix misindentation of a method call after assignmentDmitry Gutov2023-02-271-1/+3
* ruby-mode.el: Expand some docstrings with examplesDmitry Gutov2023-01-221-3/+25
* ruby-ts-mode: Highlight builtin methodsDmitry Gutov2023-01-201-73/+77
* ruby-toggle-block: Fix in ruby-ts-modeDmitry Gutov2023-01-191-1/+1
* Extract common code into ruby-base-mode to derive fromDmitry Gutov2023-01-031-27/+34
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Add version tags and mention the new options in NEWSDmitry Gutov2022-12-311-4/+8
* Add new options for Ruby code indentationDmitry Gutov2022-12-311-17/+124
* Fix ruby-mode.el local command injection vulnerability (bug#60268)Xi Lu2022-12-241-1/+1
* ; Fix ruby-method-params-indent's :version valueDmitry Gutov2022-12-201-1/+1
* ruby-method-params-indent: New user optionDmitry Gutov2022-12-191-3/+23
* ; ruby-indent-level: Improve the docstringDmitry Gutov2022-12-191-1/+1
* ruby-mode: Support endless singleton method definitions tooDmitry Gutov2022-12-191-1/+2
* ruby-mode: Support endless methods (bug#54702)Dmitry Gutov2022-12-181-2/+26
* ruby-mode: Recognize instance or global var as first arg in parenless callDmitry Gutov2022-12-171-1/+1
* Fix end-of-defun in ruby-modeDmitry Gutov2022-12-171-3/+4
* Fix ruby-add-log-current-method after nested class definitionDmitry Gutov2022-12-151-7/+31
* Pacify recent unused/ignored lexvar warningsBasil L. Contovounesios2022-10-261-2/+2
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-2/+2
* * lisp/progmodes/ruby-mode.el (ruby-mode): Set outline-regexp, outline-level.Juri Linkov2022-07-081-0/+7
* Fix Ruby indentation with double splat as first block paramDmitry Gutov2022-04-261-2/+2