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): Add "unless" to 'treesit-sexp-type-regexp'.
This commit is contained in:
parent
bd5c1d1cbb
commit
3b48fdc912
1 changed files with 1 additions and 0 deletions
|
|
@ -1122,6 +1122,7 @@ leading double colon is not added."
|
|||
"hash"
|
||||
"parenthesized_statements"
|
||||
"if"
|
||||
"unless"
|
||||
"case"
|
||||
"when"
|
||||
"block"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue