Skip to content

Commit

Permalink
Implement simple indents.scm for Elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraTenshi committed Nov 19, 2022
1 parent 598bd8b commit c30f7be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions runtime/queries/elixir/indents.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
(after_block)
(anonymous_function)
(catch_block)
(do_block)
(else_block)
(rescue_block)
"->"
] @indent

[
"end"
] @outdent

0 comments on commit c30f7be

Please sign in to comment.