aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ruby-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Fix indentation of keyword argument arrays/hashes in ruby-modeAaron Jensen2025-11-261-1/+5
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-181-0/+1
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-10/+6
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-3/+4
* Improve elixir-ts--thing-settings.Juri Linkov2025-05-011-5/+6
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-1/+6
* Fix treesit-forward-sexp/list navigation in the middle of a node.Juri Linkov2025-04-101-13/+8
* New command 'treesit-toggle-sexp-mode' (bug#76676).Juri Linkov2025-04-091-46/+12
* Fix capitalization ELisp -> ElispSean Whitton2025-03-121-1/+1
* Improve treesit settings for js/typescript/ruby-ts-mode (bug#73404)Juri Linkov2025-03-061-0/+5
* Fix treesit-outline related settingsJuri Linkov2025-02-121-49/+50
* Use the treesit thing 'list' with symbol property 'treesit-thing-symbol'Juri Linkov2025-01-101-3/+3
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Add verified grammar version comment for tree-sitter modesYuan Fu2024-12-301-0/+9
* ruby-ts--s-p-query: Put '_' syntax on ?! method definitionsDmitry Gutov2024-12-261-0/+3
* ruby-ts-mode: Refine the forward-sexp improvementDmitry Gutov2024-12-261-1/+7
* Add treesit thing 'sexp-list' to some ts-modes (bug#73404)Juri Linkov2024-12-191-0/+41
* Make font-lock face variables obsoleteStefan Kangas2024-12-181-2/+2
* Declare tree-sitter functions with a new macroYuan Fu2024-12-121-17/+1
* Merge from origin/emacs-30Eli Zaretskii2024-11-301-8/+36
|\
| * Allow to go back to using 'ruby-mode' after loading 'ruby-ts-mode'Eli Zaretskii2024-11-281-5/+36
| * Remove mention of treesit-defun-prefer-top-level (bug#74474)Yuan Fu2024-11-241-3/+0
* | Set treesit-primary-parser for tree-sitter modesYuan Fu2024-10-141-1/+1
|/
* Support the new option in ruby-ts-mode tooDmitry Gutov2024-09-021-0/+10
* * lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode): Add 'text' (bug#67036).Juri Linkov2024-05-021-1/+16
* Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier2024-03-091-0/+2
* (major-mode-remap(-defaults)): New var and function (bug#69191)Stefan Monnier2024-03-031-12/+2
* More changes for treesitter support of outline-minor-mode (bug#68824)Juri Linkov2024-02-131-0/+14
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-301-16/+6
|\ \ | |/
| * ruby-ts-mode: Fix indentation for string_array closerDmitry Gutov2023-12-241-2/+3
| * ruby-ts-mode: Fix an out-of-bounds error with heredoc at eobDmitry Gutov2023-12-241-2/+3
| * Correctly refontify changed region in tree-sitter modes (bug#66732)Yuan Fu2023-12-231-12/+0
* | Revert "Silence warning when requiring ruby-ts-mode"Stefan Kangas2023-12-301-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-091-1/+1
|\ \ | |/
| * ; Fix typosStefan Kangas2023-12-031-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-021-2/+2
|\ \ | |/
| * ; Fix doc string punctuation in ruby-ts-mode.el.Eli Zaretskii2023-12-021-2/+2
| * Backport: Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-07-301-1/+1
| * Revert "Fix some tree-sitter :match regexps"Basil L. Contovounesios2023-06-171-1/+1
| * Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-06-171-1/+1
* | (ruby-ts-mode): Extend treesit-thing-settings moreDmitry Gutov2023-11-261-0/+3
* | (ruby-ts-mode): Also add 'self' and 'super' to thingsDmitry Gutov2023-11-261-0/+2
* | (ruby-ts-mode): Extend treesit-thing-settings (bug#67036)Dmitry Gutov2023-11-261-0/+3
* | Silence warning when requiring ruby-ts-modeStefan Kangas2023-11-061-2/+2
* | Obsolete treesit-block/sexp/sentence/text-type-regexpYuan Fu2023-09-011-38/+39
* | Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-06-171-1/+1