mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
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,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…
Reference in New Issue
Block a user