nvim-treesitter/queries/elixir/indents.scm
2021-05-18 19:10:06 +02:00

28 lines
271 B
Scheme

[
(arguments)
(call)
(do_block)
(list)
(map)
(stab_expression)
] @indent
(stab_expression
right: (_) @indent)
[
"("
")"
"{"
"}"
"["
"]"
(after_block)
(catch_block)
(else_block)
(rescue_block)
"do"
"end"
] @branch
(comment) @ignore