aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python/indents.scm
blob: ff828cd915a2b897c081d0894a0bbff97c6b82de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  (function_definition)
  (if_statement)
  (with_statement)
  (try_statement)
  (for_statement)
  (for_in_clause)
  (class_definition)
] @indent

[
  "elif"
  "else"
  "finally"
  "except"
] @branch