Files
nvim-treesitter/runtime/queries/ispc/indents.scm
2025-05-12 18:43:40 +02:00

10 lines
227 B
Scheme

; inherits: c
((foreach_statement
body: (_) @_body) @indent.begin
(#not-kind-eq? @_body "compound_statement"))
((foreach_instance_statement
body: (_) @_body) @indent.begin
(#not-kind-eq? @_body "compound_statement"))