1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 07:20:28 -08:00
emacs/test/lisp/progmodes/ruby-mode-resources
Dmitry Gutov 48a0804d10 ruby-mode: Fix method call indentation in rhs of multiple assignment
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Special-case
assignment that follows a comma-separated list (bug#61871).

* test/lisp/progmodes/ruby-mode-resources/ruby.rb: Add case.
2023-02-28 23:01:04 +02:00
..
ruby-after-operator-indent.rb ruby-smie-rules: Fix misindentation of a method call after assignment 2023-02-27 02:06:20 +02:00
ruby-block-indent.rb Add new options for Ruby code indentation 2022-12-31 00:00:21 +02:00
ruby-method-call-indent.rb ruby-ts-mode: Fix two additional cases with ruby-method-call-indent=nil 2023-01-22 04:55:13 +02:00
ruby-method-params-indent.rb ruby-method-params-indent: New user option 2022-12-19 21:06:07 +02:00
ruby-parenless-call-arguments-indent.rb Add new options for Ruby code indentation 2022-12-31 00:00:21 +02:00
ruby-ts.rb (ruby-ts--indent-rules): Add a rule for continuation of a hash pair 2023-01-19 05:27:43 +02:00
ruby.rb ruby-mode: Fix method call indentation in rhs of multiple assignment 2023-02-28 23:01:04 +02:00