mirror of https://github.com/helix-editor/helix
Implement simple indents.scm for Elixir (#4821)
parent
117239ea45
commit
420e33a600
@ -0,0 +1,13 @@
|
||||
[
|
||||
(after_block)
|
||||
(anonymous_function)
|
||||
(catch_block)
|
||||
(do_block)
|
||||
(else_block)
|
||||
(rescue_block)
|
||||
(stab_clause)
|
||||
] @indent
|
||||
|
||||
[
|
||||
"end"
|
||||
] @outdent
|
Loading…
Reference in New Issue