summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/ruby-ts-mode-tests.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-09-02Support the new option in ruby-ts-mode tooDmitry Gutov
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-03-28Skip ruby-ts-imenu-index test if neededMichael Albinus
2023-03-27ruby-ts-mode: Fix/simplify Imenu index generationDmitry Gutov
2023-03-10Skip ruby-ts-syntax-propertize-symbol unless treesitter is availableRobert Pluim
2023-03-09ruby-ts-mode: Fine-tune s-p-f on symbols (bug#62086)Dmitry Gutov
2023-02-09ruby-ts-mode: Fix indentation inside empty if/unless/case/defDmitry Gutov
2023-01-19(ruby-ts--indent-rules): Indent inside empty parens properlyDmitry Gutov
2023-01-19ruby-ts-mode: Handle indent in parenless calls much closer to ruby-modeDmitry 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 the rules for hanging arrays and hashesDmitry Gutov
2023-01-16ruby-ts-mode: Support the option ruby-block-indentDmitry Gutov
2023-01-04(ruby-ts-add-log-current-function): Fix when between two methodsDmitry Gutov
2023-01-02; Skip ruby-ts tests if grammar is not availableStefan Kangas
2023-01-02Add ruby-ts-modePerry Smith