mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
9 lines
227 B
Scheme
9 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"))
|