1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

ruby-ts-mode: Recognize more nodes as sexps

* lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode):
Add "unless" to 'treesit-sexp-type-regexp'.
This commit is contained in:
Juri Linkov 2023-04-04 09:42:10 +03:00
parent bd5c1d1cbb
commit 3b48fdc912

View file

@ -1122,6 +1122,7 @@ leading double colon is not added."
"hash"
"parenthesized_statements"
"if"
"unless"
"case"
"when"
"block"