mirror of
https://github.com/helix-editor/helix
synced 2026-08-06 15:02:59 +02:00
Why?
====
Justfile interpolations ({{ ... }}) had inconsistent bracket colors.
Bash injection used include-children on recipe_body, causing bash's
rainbow brackets to interfere with just's {{ }} markers.
How?
====
- Target recipe_line instead of recipe_body to exclude interpolations
- Replace include-children with injection.combined to preserve bash's
ability to parse multi-line constructs