mirror of
https://github.com/helix-editor/helix
synced 2026-05-03 05:10:38 +02:00
9f154f2775
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