nvim-treesitter/queries/elixir/indents.scm

29 lines
271 B
Scheme
Raw Normal View History

2021-05-14 21:23:58 +02:00
[
(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