]> git.eshelyaron.com Git - emacs.git/commit
ruby-ts-mode: Do not treat parenless calls' args as separate sexp
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 11 Apr 2023 23:27:51 +0000 (02:27 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 11 Apr 2023 23:28:02 +0000 (02:28 +0300)
commitb3a44ff3247dff54659f9f61daf297d3bdc8e2f4
treecbdcdf4fa01a43e0dd6a69120660d4a193f0b17d
parent560950468588117b264a9f916fb578e0eb2a124a
ruby-ts-mode: Do not treat parenless calls' args as separate sexp

* lisp/progmodes/ruby-ts-mode.el (ruby-ts--sexp-p): New function.
(ruby-ts-mode): Use it in treesit-sexp-type-regexp (bug#62086).
lisp/progmodes/ruby-ts-mode.el