mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02:00
12 lines
387 B
Scheme
12 lines
387 B
Scheme
(rust_block content: (rust_text)? @entry.inside) @entry.around
|
|
|
|
|
|
(if_stmt body: (_)? @entry.inside) @entry.around
|
|
|
|
(while_stmt body: (_)? @entry.inside) @entry.around
|
|
|
|
(for_stmt body: (_)? @entry.inside) @entry.around
|
|
|
|
(component_tag (component_tag_parameter (rust_identifier) @parameter.inside) @parameter.around)
|
|
(component_tag body: (component_tag_body)? @entry.inside) @entry.around
|