mirror of https://github.com/helix-editor/helix
Fixup Zig Indent Queries (#4281)
parent
0e8e7cae3b
commit
f444ba8beb
|
@ -1,12 +1,14 @@
|
||||||
[
|
[
|
||||||
|
(AsmExpr)
|
||||||
|
(AssignExpr)
|
||||||
(Block)
|
(Block)
|
||||||
(BlockExpr)
|
(BlockExpr)
|
||||||
(ContainerDecl)
|
(ContainerDecl)
|
||||||
(SwitchExpr)
|
|
||||||
(AssignExpr)
|
|
||||||
(ErrorUnionExpr)
|
(ErrorUnionExpr)
|
||||||
(Statement)
|
|
||||||
(InitList)
|
(InitList)
|
||||||
|
(Statement)
|
||||||
|
(SwitchExpr)
|
||||||
|
(TestDecl)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue