index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
progmodes
/
ruby-mode-resources
Age
Commit message (
Expand
)
Author
2025-11-26
Fix indentation of keyword argument arrays/hashes in ruby-mode
Aaron Jensen
2025-09-16
ruby-syntax-propertize: Add exception for /=
Dmitry Gutov
2024-09-02
Support the new option in ruby-ts-mode too
Dmitry Gutov
2024-09-02
Add new option ruby-bracketed-args-indent
Aaron Jensen
2023-12-30
Merge from origin/emacs-29
Eli Zaretskii
2023-12-24
ruby-ts-mode: Fix indentation for string_array closer
Dmitry Gutov
2023-12-16
ruby-syntax-methods-before-regexp: Drop this whitelist
Dmitry Gutov
2023-02-28
ruby-mode: Fix method call indentation in rhs of multiple assignment
Dmitry Gutov
2023-02-27
ruby-smie-rules: Fix misindentation of a method call after assignment
Dmitry Gutov
2023-01-22
ruby-ts-mode: Fix two additional cases with ruby-method-call-indent=nil
Dmitry Gutov
2023-01-19
(ruby-ts--indent-rules): Add a rule for continuation of a hash pair
Dmitry Gutov
2023-01-19
(ruby-ts--parent-call-or-bol): Handle more cases with nested literals
Dmitry Gutov
2023-01-19
(ruby-ts--statement-container-regexp): Remove "parenthesized_statements"
Dmitry Gutov
2023-01-18
ruby-ts-mode: Obey the option ruby-method-call-indent
Dmitry Gutov
2023-01-18
ruby-ts-mode: Obey the option ruby-after-operator-indent
Dmitry Gutov
2023-01-18
ruby-ts-mode: Fix indent after operator or conditional
Dmitry Gutov
2023-01-18
ruby-ts-mode: Fix/change indentation of a continuation method call
Dmitry Gutov
2023-01-18
ruby-ts-mode: Fix indent inside parenthesized_expr and else/end after unless
Dmitry Gutov
2023-01-18
ruby-ts-mode: Fix the rules for hanging arrays and hashes
Dmitry Gutov
2023-01-09
; ruby.rb: Fix pattern matching syntax and extend the example
Dmitry Gutov
2022-12-31
Add new options for Ruby code indentation
Dmitry Gutov
2022-12-19
ruby-method-params-indent: New user option
Dmitry Gutov
2022-12-19
ruby-mode: Support endless singleton method definitions too
Dmitry Gutov
2022-12-18
ruby-mode: Support endless methods (bug#54702)
Dmitry Gutov
2022-12-17
ruby-mode: Recognize instance or global var as first arg in parenless call
Dmitry Gutov
2022-10-15
; Prefer HTTPS to HTTP in many URLs
Stefan Kangas
2022-04-26
Fix Ruby indentation with double splat as first block param
Dmitry Gutov
2022-03-21
Support indentation of Ruby pattern matching expressions
Dmitry Gutov
2021-02-02
ruby-syntax-propertize: Fix certain cases following ::
Dmitry Gutov
2020-12-31
ruby-mode: Recognize setter symbols
Dmitry Gutov
2020-10-24
; Prefer https to http in more URLs
Stefan Kangas
2020-09-21
Convert manual indent test for ruby-mode into unit test
Stefan Kangas