aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJesse Luehrs2023-08-14 08:06:25 +0000
committerSkyler Hawthorne2023-08-14 11:45:58 +0000
commitd56638ba9aab22656b1f477e45b26b78cdc8201c (patch)
treea54654ec26a22b3fbdd963ac21f5e52139337a1c /runtime
parent19dff5c3a4c1f41436cc11372e5e7dcbfe197112 (diff)
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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/rust/textobjects.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/queries/rust/textobjects.scm b/runtime/queries/rust/textobjects.scm
index 496f752e..837f981e 100644
--- a/runtime/queries/rust/textobjects.scm
+++ b/runtime/queries/rust/textobjects.scm
@@ -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