From: Juri Linkov Date: Tue, 4 Apr 2023 06:42:10 +0000 (+0300) Subject: ruby-ts-mode: Recognize more nodes as sexps X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b48fdc912ab6af65abd071bed120a2a697928d1;p=emacs.git ruby-ts-mode: Recognize more nodes as sexps * lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode): Add "unless" to 'treesit-sexp-type-regexp'. --- diff --git a/lisp/progmodes/ruby-ts-mode.el b/lisp/progmodes/ruby-ts-mode.el index 262d989cd44..6a7326af61d 100644 --- a/lisp/progmodes/ruby-ts-mode.el +++ b/lisp/progmodes/ruby-ts-mode.el @@ -1122,6 +1122,7 @@ leading double colon is not added." "hash" "parenthesized_statements" "if" + "unless" "case" "when" "block"