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
/
ruby.rb
Age
Commit message (
Expand
)
Author
2025-09-16
ruby-syntax-propertize: Add exception for /=
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-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