mirror of
https://github.com/helix-editor/helix
synced 2026-08-13 05:10:24 +02:00
YAML indents queries are tweaked to fix auto indent behavior. A new capture type `indent.always` is introduced to address use cases where combining indent captures on a single line is desired. Fixes #6661