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:
parent
0275c54ca8
commit
bd5c1d1cbb
1 changed files with 3 additions and 0 deletions
|
|
@ -1138,6 +1138,9 @@ leading double colon is not added."
|
|||
"heredoc_body"
|
||||
"regex"
|
||||
"argument_list"
|
||||
"interpolation"
|
||||
"instance_variable"
|
||||
"global_variable"
|
||||
)
|
||||
eol))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue