mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
8 lines
224 B
Scheme
8 lines
224 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))
|