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

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

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