aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/ruby-mode-resources (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Eli Zaretskii2023-12-301-0/+4
|\
| * ruby-ts-mode: Fix indentation for string_array closerDmitry Gutov2023-12-241-0/+4
* | ruby-syntax-methods-before-regexp: Drop this whitelistDmitry Gutov2023-12-161-3/+3
|/
* ruby-mode: Fix method call indentation in rhs of multiple assignmentDmitry Gutov2023-02-281-0/+5
* ruby-smie-rules: Fix misindentation of a method call after assignmentDmitry Gutov2023-02-271-0/+4
* ruby-ts-mode: Fix two additional cases with ruby-method-call-indent=nilDmitry Gutov2023-01-221-0/+9
* (ruby-ts--indent-rules): Add a rule for continuation of a hash pairDmitry Gutov2023-01-191-0/+6
* (ruby-ts--parent-call-or-bol): Handle more cases with nested literalsDmitry Gutov2023-01-191-0/+17
* (ruby-ts--statement-container-regexp): Remove "parenthesized_statements"Dmitry Gutov2023-01-191-0/+8
* ruby-ts-mode: Obey the option ruby-method-call-indentDmitry Gutov2023-01-181-0/+1
* ruby-ts-mode: Obey the option ruby-after-operator-indentDmitry Gutov2023-01-181-0/+3
* ruby-ts-mode: Fix indent after operator or conditionalDmitry Gutov2023-01-181-0/+13
* ruby-ts-mode: Fix/change indentation of a continuation method callDmitry Gutov2023-01-181-0/+13
* ruby-ts-mode: Fix indent inside parenthesized_expr and else/end after unlessDmitry Gutov2023-01-181-0/+10
* ruby-ts-mode: Fix the rules for hanging arrays and hashesDmitry Gutov2023-01-181-0/+23
* ; ruby.rb: Fix pattern matching syntax and extend the exampleDmitry Gutov2023-01-091-1/+1
* Add new options for Ruby code indentationDmitry Gutov2022-12-315-0/+123
* ruby-method-params-indent: New user optionDmitry Gutov2022-12-192-0/+22
* ruby-mode: Support endless singleton method definitions tooDmitry Gutov2022-12-191-1/+3
* ruby-mode: Support endless methods (bug#54702)Dmitry Gutov2022-12-181-0/+33
* ruby-mode: Recognize instance or global var as first arg in parenless callDmitry Gutov2022-12-171-0/+3
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-2/+2
* Fix Ruby indentation with double splat as first block paramDmitry Gutov2022-04-261-0/+9
* Support indentation of Ruby pattern matching expressionsDmitry Gutov2022-03-211-0/+8
* ruby-syntax-propertize: Fix certain cases following ::Dmitry Gutov2021-02-021-1/+1
* ruby-mode: Recognize setter symbolsDmitry Gutov2020-12-311-0/+8
* ; Prefer https to http in more URLsStefan Kangas2020-10-241-1/+1
* Convert manual indent test for ruby-mode into unit testStefan Kangas2020-09-211-0/+477