nvim-treesitter/runtime/queries/ispc/indents.scm
2023-09-09 16:16:51 +02:00

7 lines
219 B
Scheme

; 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))