nvim-treesitter/queries/python/indents.scm

17 lines
201 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"
2020-12-16 11:47:02 -08:00
"finally"
"except"
2020-12-16 09:42:48 -08:00
] @branch