fix formatting in the rust textobject query file
looks like two lines were unintentionally joined - it doesn't appear to affect the functionality, but it's confusing to read
This commit is contained in:
parent
19dff5c3a4
commit
d56638ba9a
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue