]> git.eshelyaron.com Git - emacs.git/commitdiff
(ruby-ts-mode): Also add 'self' and 'super' to things
authorDmitry Gutov <dmitry@gutov.dev>
Sun, 26 Nov 2023 16:04:14 +0000 (18:04 +0200)
committerDmitry Gutov <dmitry@gutov.dev>
Sun, 26 Nov 2023 16:04:14 +0000 (18:04 +0200)
* lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode):
(ruby-ts-mode): Also add 'self' and 'super'.

lisp/progmodes/ruby-ts-mode.el

index 5456868f55a74b8daee228a8a32b08797606bf83..16a5a461b1aa6bab3add6000ea39442ad6197432 100644 (file)
@@ -1149,6 +1149,8 @@ leading double colon is not added."
                                 "begin"
                                 "integer"
                                 "identifier"
+                                "self"
+                                "super"
                                 "constant"
                                 "simple_symbol"
                                 "hash_key_symbol"