mirror of https://github.com/helix-editor/helix
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 readpull/5244/head
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