]> git.eshelyaron.com Git - emacs.git/commitdiff
(ruby-ts-mode): Extend treesit-thing-settings more
authorDmitry Gutov <dmitry@gutov.dev>
Sun, 26 Nov 2023 16:25:26 +0000 (18:25 +0200)
committerDmitry Gutov <dmitry@gutov.dev>
Sun, 26 Nov 2023 16:25:26 +0000 (18:25 +0200)
* lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode):
Add 'while', 'until' and 'for'.

lisp/progmodes/ruby-ts-mode.el

index 16a5a461b1aa6bab3add6000ea39442ad6197432..e772b6dd04a785802d12d126ee138230f4dad4f2 100644 (file)
@@ -1144,6 +1144,9 @@ leading double colon is not added."
                                 "case"
                                 "case_match"
                                 "when"
+                                "while"
+                                "until"
+                                "for"
                                 "block"
                                 "do_block"
                                 "begin"