aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cpp/indents.scm
blob: 9521e42fdf6d524e5bed94224a96558f1fa83407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  (enumerator_list)
  (struct_specifier)
  (compound_statement)
  (case_statement)
  (condition_clause)
  (conditional_expression)
] @indent

[
  (statement_identifier)
  "#ifdef"
  "#endif"
  "{"
  "}"
] @branch

(comment) @ignore