index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
progmodes
/
ruby-ts-mode-tests.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-10-24
Mark if-let and when-let obsolete
Sean Whitton
2024-09-02
Support the new option in ruby-ts-mode too
Dmitry Gutov
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-03-28
Skip ruby-ts-imenu-index test if needed
Michael Albinus
2023-03-27
ruby-ts-mode: Fix/simplify Imenu index generation
Dmitry Gutov
2023-03-10
Skip ruby-ts-syntax-propertize-symbol unless treesitter is available
Robert Pluim
2023-03-09
ruby-ts-mode: Fine-tune s-p-f on symbols (bug#62086)
Dmitry Gutov
2023-02-09
ruby-ts-mode: Fix indentation inside empty if/unless/case/def
Dmitry Gutov
2023-01-19
(ruby-ts--indent-rules): Indent inside empty parens properly
Dmitry Gutov
2023-01-19
ruby-ts-mode: Handle indent in parenless calls much closer to ruby-mode
Dmitry Gutov
2023-01-18
ruby-ts-mode: Obey the option ruby-method-call-indent
Dmitry Gutov
2023-01-18
ruby-ts-mode: Obey the option ruby-after-operator-indent
Dmitry Gutov
2023-01-18
ruby-ts-mode: Fix the rules for hanging arrays and hashes
Dmitry Gutov
2023-01-16
ruby-ts-mode: Support the option ruby-block-indent
Dmitry Gutov
2023-01-04
(ruby-ts-add-log-current-function): Fix when between two methods
Dmitry Gutov
2023-01-02
; Skip ruby-ts tests if grammar is not available
Stefan Kangas
2023-01-02
Add ruby-ts-mode
Perry Smith