From 7633f329704a214fba96142e711e7218d5f790ac Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 26 Nov 2023 18:04:14 +0200 Subject: [PATCH] (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'. --- lisp/progmodes/ruby-ts-mode.el | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5