Add Rust fields as argument textobject (#9637)
* added field_declaration_list and field_initializer_list as parameter textobjects * removed field_declaration_listt from textobjects.scm
This commit is contained in:
parent
6ffe09e873
commit
3e963b3c1b
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
(arguments
|
||||
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
||||
|
||||
(field_initializer_list
|
||||
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
||||
|
||||
[
|
||||
(line_comment)
|
||||
(block_comment)
|
||||
|
|
Loading…
Reference in a new issue