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.
pull/9386/head
Ryan Roden-Corrent 4 months ago committed by GitHub
parent ee68fd09ac
commit fe44391016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,5 +13,7 @@
(typed_default_parameter)
] @parameter.inside @parameter.around)
(arguments (_expression) @parameter.inside @parameter.around)
(comment) @comment.inside
(comment)+ @comment.around

Loading…
Cancel
Save