nvim-treesitter/queries/rust/indents.scm
2021-01-14 14:43:04 +01:00

26 lines
313 B
Scheme

[
(mod_item)
(struct_item)
(enum_item)
(impl_item)
(for_expression)
(struct_expression)
(match_expression)
(match_arm)
(if_let_expression)
(call_expression)
(assignment_expression)
(arguments)
(block)
(where_clause)
] @indent
[
"where"
"("
")"
"["
"]"
"{"
"}"
] @branch