projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7633f32
)
(ruby-ts-mode): Extend treesit-thing-settings more
author
Dmitry Gutov
<dmitry@gutov.dev>
Sun, 26 Nov 2023 16:25:26 +0000
(18:25 +0200)
committer
Dmitry Gutov
<dmitry@gutov.dev>
Sun, 26 Nov 2023 16:25:26 +0000
(18:25 +0200)
* lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode):
Add 'while', 'until' and 'for'.
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 16a5a461b1aa6bab3add6000ea39442ad6197432..e772b6dd04a785802d12d126ee138230f4dad4f2 100644
(file)
--- a/
lisp/progmodes/ruby-ts-mode.el
+++ b/
lisp/progmodes/ruby-ts-mode.el
@@
-1144,6
+1144,9
@@
leading double colon is not added."
"case"
"case_match"
"when"
+ "while"
+ "until"
+ "for"
"block"
"do_block"
"begin"