aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ispc/indents.scm
blob: cc0829d5cf74c1aa77765562f3afb4bef474daca (plain) (blame)
1
2
3
4
5
6
7
; inherits: c

((foreach_statement body: (_) @_body) @indent.begin
 (#not-has-type? @_body compound_statement))

((foreach_instance_statement body: (_) @_body) @indent.begin
 (#not-has-type? @_body compound_statement))