Unnamed repository; edit this file 'description' to name the repository.
And some more indent patterns.
Blaž Hrastnik 2021-04-14
parent 3e5f24a · commit 5edb374
-rw-r--r--helix-core/src/indent.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs
index a188af4b..d0a0e414 100644
--- a/helix-core/src/indent.rs
+++ b/helix-core/src/indent.rs
@@ -65,6 +65,8 @@ fn calculate_indentation(node: Option<Node>, newline: bool) -> usize {
"declaration_list",
"field_declaration_list",
"field_initializer_list",
+ "struct_pattern",
+ "tuple_pattern",
"enum_variant_list",
// "function_item",
// "closure_expression",