1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-03 05:10:38 +02:00
Files
Chad McElligott 9f154f2775 just: Fix highlighting in interpolations (#14897)
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
2025-12-01 00:43:03 +09:00
..