Skip to content

Commit

Permalink
removed field_declaration_listt from textobjects.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
uek-1 committed Feb 16, 2024
1 parent 84e1b37 commit 00cc9aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/queries/rust/textobjects.scm
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
(arguments
((_) @parameter.inside . ","? @parameter.around) @parameter.around)

(field_declaration_list
((_) @parameter.inside . ","? @parameter.around) @parameter.around)

(field_initializer_list
((_) @parameter.inside . ","? @parameter.around) @parameter.around)

Expand Down

0 comments on commit 00cc9aa

Please sign in to comment.