mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-07 04:47:45 +03:00
Add argument to textobject in gdscript. (#9288)
Currently `maa` only selects parameters in a function definition. Allow it to also select arguments inside a function call.
This commit is contained in:
parent
ee68fd09ac
commit
fe44391016
1 changed files with 2 additions and 0 deletions
|
@ -13,5 +13,7 @@
|
|||
(typed_default_parameter)
|
||||
] @parameter.inside @parameter.around)
|
||||
|
||||
(arguments (_expression) @parameter.inside @parameter.around)
|
||||
|
||||
(comment) @comment.inside
|
||||
(comment)+ @comment.around
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue