aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/ruby-mode-resources (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-16ruby-syntax-propertize: Add exception for /=Dmitry Gutov1-0/+1
2024-09-02Support the new option in ruby-ts-mode tooDmitry Gutov1-7/+17
2024-09-02Add new option ruby-bracketed-args-indentAaron Jensen1-0/+32
2023-12-24ruby-ts-mode: Fix indentation for string_array closerDmitry Gutov1-0/+4
2023-12-16ruby-syntax-methods-before-regexp: Drop this whitelistDmitry Gutov1-3/+3
2023-02-28ruby-mode: Fix method call indentation in rhs of multiple assignmentDmitry Gutov1-0/+5
2023-02-27ruby-smie-rules: Fix misindentation of a method call after assignmentDmitry Gutov1-0/+4
2023-01-22ruby-ts-mode: Fix two additional cases with ruby-method-call-indent=nilDmitry Gutov1-0/+9
2023-01-19(ruby-ts--indent-rules): Add a rule for continuation of a hash pairDmitry Gutov1-0/+6
2023-01-19(ruby-ts--parent-call-or-bol): Handle more cases with nested literalsDmitry Gutov1-0/+17
2023-01-19(ruby-ts--statement-container-regexp): Remove "parenthesized_statements"Dmitry Gutov1-0/+8
2023-01-18ruby-ts-mode: Obey the option ruby-method-call-indentDmitry Gutov1-0/+1
2023-01-18ruby-ts-mode: Obey the option ruby-after-operator-indentDmitry Gutov1-0/+3
2023-01-18ruby-ts-mode: Fix indent after operator or conditionalDmitry Gutov1-0/+13
2023-01-18ruby-ts-mode: Fix/change indentation of a continuation method callDmitry Gutov1-0/+13
2023-01-18ruby-ts-mode: Fix indent inside parenthesized_expr and else/end after unlessDmitry Gutov1-0/+10
2023-01-18ruby-ts-mode: Fix the rules for hanging arrays and hashesDmitry Gutov1-0/+23
2023-01-09; ruby.rb: Fix pattern matching syntax and extend the exampleDmitry Gutov1-1/+1
2022-12-31Add new options for Ruby code indentationDmitry Gutov5-0/+123
2022-12-19ruby-method-params-indent: New user optionDmitry Gutov2-0/+22
2022-12-19ruby-mode: Support endless singleton method definitions tooDmitry Gutov1-1/+3
2022-12-18ruby-mode: Support endless methods (bug#54702)Dmitry Gutov1-0/+33
2022-12-17ruby-mode: Recognize instance or global var as first arg in parenless callDmitry Gutov1-0/+3
2022-10-15; Prefer HTTPS to HTTP in many URLsStefan Kangas1-2/+2
2022-04-26Fix Ruby indentation with double splat as first block paramDmitry Gutov1-0/+9
2022-03-21Support indentation of Ruby pattern matching expressionsDmitry Gutov1-0/+8
2021-02-02ruby-syntax-propertize: Fix certain cases following ::Dmitry Gutov1-1/+1
2020-12-31ruby-mode: Recognize setter symbolsDmitry Gutov1-0/+8
2020-10-24; Prefer https to http in more URLsStefan Kangas1-1/+1
2020-09-21Convert manual indent test for ruby-mode into unit testStefan Kangas1-0/+477