[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 7633f329704: (ruby-ts-mode): Also add 'self' and 'super' to thing
From: |
Dmitry Gutov |
Subject: |
master 7633f329704: (ruby-ts-mode): Also add 'self' and 'super' to things |
Date: |
Sun, 26 Nov 2023 11:04:25 -0500 (EST) |
branch: master
commit 7633f329704a214fba96142e711e7218d5f790ac
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>
(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"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 7633f329704: (ruby-ts-mode): Also add 'self' and 'super' to things,
Dmitry Gutov <=