Skip to content

Commit

Permalink
Fixup Zig Indent Queries (helix-editor#4281)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraTenshi authored and pathwave committed Oct 16, 2022
1 parent 6936fe0 commit 447ee64
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions runtime/queries/zig/indents.scm
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[
(AsmExpr)
(AssignExpr)
(Block)
(BlockExpr)
(ContainerDecl)
(SwitchExpr)
(AssignExpr)
(ErrorUnionExpr)
(Statement)
(InitList)
(Statement)
(SwitchExpr)
(TestDecl)
] @indent

[
Expand Down

0 comments on commit 447ee64

Please sign in to comment.