summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb
Commit message (Expand)AuthorAgeFilesLines
* ruby-ts-mode: Fix indentation for string_array closerDmitry Gutov2023-12-241-0/+4
* (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