1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-07 20:46:21 +01:00
helix/runtime/queries/just
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
..
folds.scm just: Use updated grammar with recent language changes and correct highlighting (#11380) 2024-08-10 00:26:48 +09:00
highlights.scm just: bump grammar support to fix alias name bug and add tag queries (#14169) 2025-08-09 19:57:16 -04:00
indents.scm just: Use updated grammar with recent language changes and correct highlighting (#11380) 2024-08-10 00:26:48 +09:00
injections.scm just: Fix highlighting in interpolations (#14897) 2025-12-01 00:43:03 +09:00
locals.scm just: bump grammar support to fix alias name bug and add tag queries (#14169) 2025-08-09 19:57:16 -04:00
tags.scm just: bump grammar support to fix alias name bug and add tag queries (#14169) 2025-08-09 19:57:16 -04:00
textobjects.scm just: Use updated grammar with recent language changes and correct highlighting (#11380) 2024-08-10 00:26:48 +09:00