projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec4526
)
(ruby-ts-mode): Also add 'self' and 'super' to things
author
Dmitry Gutov
<dmitry@gutov.dev>
Sun, 26 Nov 2023 16:04:14 +0000
(18:04 +0200)
committer
Dmitry 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ruby-ts-mode.el
b/lisp/progmodes/ruby-ts-mode.el
index 5456868f55a74b8daee228a8a32b08797606bf83..16a5a461b1aa6bab3add6000ea39442ad6197432 100644
(file)
--- 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"