summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/ruby-mode-resources
AgeCommit message (Expand)Author
2025-11-26Fix indentation of keyword argument arrays/hashes in ruby-modeAaron Jensen
2025-09-16ruby-syntax-propertize: Add exception for /=Dmitry Gutov
2024-09-02Support the new option in ruby-ts-mode tooDmitry Gutov
2024-09-02Add new option ruby-bracketed-args-indentAaron Jensen
2023-12-30Merge from origin/emacs-29Eli Zaretskii
2023-12-24ruby-ts-mode: Fix indentation for string_array closerDmitry Gutov
2023-12-16ruby-syntax-methods-before-regexp: Drop this whitelistDmitry Gutov
2023-02-28ruby-mode: Fix method call indentation in rhs of multiple assignmentDmitry Gutov
2023-02-27ruby-smie-rules: Fix misindentation of a method call after assignmentDmitry Gutov
2023-01-22ruby-ts-mode: Fix two additional cases with ruby-method-call-indent=nilDmitry Gutov
2023-01-19(ruby-ts--indent-rules): Add a rule for continuation of a hash pairDmitry Gutov
2023-01-19(ruby-ts--parent-call-or-bol): Handle more cases with nested literalsDmitry Gutov
2023-01-19(ruby-ts--statement-container-regexp): Remove "parenthesized_statements"Dmitry Gutov
2023-01-18ruby-ts-mode: Obey the option ruby-method-call-indentDmitry Gutov
2023-01-18ruby-ts-mode: Obey the option ruby-after-operator-indentDmitry Gutov
2023-01-18ruby-ts-mode: Fix indent after operator or conditionalDmitry Gutov
2023-01-18ruby-ts-mode: Fix/change indentation of a continuation method callDmitry Gutov
2023-01-18ruby-ts-mode: Fix indent inside parenthesized_expr and else/end after unlessDmitry Gutov
2023-01-18ruby-ts-mode: Fix the rules for hanging arrays and hashesDmitry Gutov
2023-01-09; ruby.rb: Fix pattern matching syntax and extend the exampleDmitry Gutov
2022-12-31Add new options for Ruby code indentationDmitry Gutov
2022-12-19ruby-method-params-indent: New user optionDmitry Gutov
2022-12-19ruby-mode: Support endless singleton method definitions tooDmitry Gutov
2022-12-18ruby-mode: Support endless methods (bug#54702)Dmitry Gutov
2022-12-17ruby-mode: Recognize instance or global var as first arg in parenless callDmitry Gutov
2022-10-15; Prefer HTTPS to HTTP in many URLsStefan Kangas
2022-04-26Fix Ruby indentation with double splat as first block paramDmitry Gutov
2022-03-21Support indentation of Ruby pattern matching expressionsDmitry Gutov
2021-02-02ruby-syntax-propertize: Fix certain cases following ::Dmitry Gutov
2020-12-31ruby-mode: Recognize setter symbolsDmitry Gutov
2020-10-24; Prefer https to http in more URLsStefan Kangas
2020-09-21Convert manual indent test for ruby-mode into unit testStefan Kangas