summaryrefslogtreecommitdiff
path: root/queries/d/indents.scm
blob: 7a6df759cb92e52e5c50d5a4391403cffebfcfa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  (block_statement)
  (case_statement)
  (token_string)
] @indent

[
  "(" ")"
  "{" "}"
  "[" "]"
] @branch

[
  (line_comment)
  (block_comment)
  (nesting_block_comment)
] @ignore