nvim-treesitter/queries/python/indents.scm

15 lines
178 B
Scheme
Raw Normal View History

2020-12-16 09:42:48 -08:00
[
(function_definition)
(if_statement)
(with_statement)
(try_statement)
(for_statement)
(for_in_clause)
(class_definition)
] @indent
[
"elif"
"else"
] @branch