From: Dmitry Gutov Date: Sun, 26 Nov 2023 16:04:14 +0000 (+0200) Subject: (ruby-ts-mode): Also add 'self' and 'super' to things X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7633f329704a214fba96142e711e7218d5f790ac;p=emacs.git (ruby-ts-mode): Also add 'self' and 'super' to things * lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode): (ruby-ts-mode): Also add 'self' and 'super'. --- diff --git a/lisp/progmodes/ruby-ts-mode.el b/lisp/progmodes/ruby-ts-mode.el index 5456868f55a..16a5a461b1a 100644 --- a/lisp/progmodes/ruby-ts-mode.el +++ b/lisp/progmodes/ruby-ts-mode.el @@ -1149,6 +1149,8 @@ leading double colon is not added." "begin" "integer" "identifier" + "self" + "super" "constant" "simple_symbol" "hash_key_symbol"