From: Dmitry Gutov Date: Mon, 3 Apr 2023 20:39:41 +0000 (+0300) Subject: ruby-ts-mode: Recognize more nodes as sexps X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd5c1d1cbbd12aeca5556f1fa8c6d3b6513dc39e;p=emacs.git ruby-ts-mode: Recognize more nodes as sexps * lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode): Argument treesit-sexp-type-regexp with interpolation, instance_variable, global_variable (bug#62086, bug#62416). --- diff --git a/lisp/progmodes/ruby-ts-mode.el b/lisp/progmodes/ruby-ts-mode.el index 1a085b669ee..262d989cd44 100644 --- a/lisp/progmodes/ruby-ts-mode.el +++ b/lisp/progmodes/ruby-ts-mode.el @@ -1138,6 +1138,9 @@ leading double colon is not added." "heredoc_body" "regex" "argument_list" + "interpolation" + "instance_variable" + "global_variable" ) eol))