mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01: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
|
||
|---|---|---|
| .. | ||
| folds.scm | ||
| highlights.scm | ||
| indents.scm | ||
| injections.scm | ||
| locals.scm | ||
| tags.scm | ||
| textobjects.scm | ||