summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/ruby-ts-mode-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Skip ruby-ts-imenu-index test if neededMichael Albinus2023-03-281-0/+1
* ruby-ts-mode: Fix/simplify Imenu index generationDmitry Gutov2023-03-271-0/+25
* Skip ruby-ts-syntax-propertize-symbol unless treesitter is availableRobert Pluim2023-03-101-0/+1
* ruby-ts-mode: Fine-tune s-p-f on symbols (bug#62086)Dmitry Gutov2023-03-091-0/+15
* ruby-ts-mode: Fix indentation inside empty if/unless/case/defDmitry Gutov2023-02-091-0/+16
* (ruby-ts--indent-rules): Indent inside empty parens properlyDmitry Gutov2023-01-191-0/+12
* ruby-ts-mode: Handle indent in parenless calls much closer to ruby-modeDmitry Gutov2023-01-191-0/+1
* 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-1/+2
* ruby-ts-mode: Fix the rules for hanging arrays and hashesDmitry Gutov2023-01-181-0/+1
* ruby-ts-mode: Support the option ruby-block-indentDmitry Gutov2023-01-161-0/+1
* (ruby-ts-add-log-current-function): Fix when between two methodsDmitry Gutov2023-01-041-0/+3
* ; Skip ruby-ts tests if grammar is not availableStefan Kangas2023-01-021-12/+12
* Add ruby-ts-modePerry Smith2023-01-021-0/+254