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): Argument
treesit-sexp-type-regexp with interpolation, instance_variable,
global_variable (bug#62086, bug#62416).
This commit is contained in:
Dmitry Gutov 2023-04-03 23:39:41 +03:00
parent 0275c54ca8
commit bd5c1d1cbb

View file

@ -1138,6 +1138,9 @@ leading double colon is not added."
"heredoc_body"
"regex"
"argument_list"
"interpolation"
"instance_variable"
"global_variable"
)
eol))