Skip to content

Commit

Permalink
fix formatting in the rust textobject query file
Browse files Browse the repository at this point in the history
looks like two lines were unintentionally joined - it doesn't appear to
affect the functionality, but it's confusing to read
  • Loading branch information
doy authored and dgkf committed Jan 30, 2024
1 parent 0801544 commit 0627e2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/queries/rust/textobjects.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
(function_item
body: (_) @function.inside) @function.around(closure_expression body: (_) @function.inside) @function.around
body: (_) @function.inside) @function.around

(closure_expression
body: (_) @function.inside) @function.around

(struct_item
body: (_) @class.inside) @class.around
Expand Down

0 comments on commit 0627e2c

Please sign in to comment.