Skip to content

Commit 4281d30

Browse files
SoraTenshithe-mikedavis
authored andcommitted
Fixup Zig Indent Queries (helix-editor#4281)
1 parent ae97452 commit 4281d30

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

runtime/queries/zig/indents.scm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[
2+
(AsmExpr)
3+
(AssignExpr)
24
(Block)
35
(BlockExpr)
46
(ContainerDecl)
5-
(SwitchExpr)
6-
(AssignExpr)
77
(ErrorUnionExpr)
8-
(Statement)
98
(InitList)
9+
(Statement)
10+
(SwitchExpr)
11+
(TestDecl)
1012
] @indent
1113

1214
[

0 commit comments

Comments
 (0)