helix-mods/helix-term/tests/test/languages/mod.rs
Skyler Hawthorne 7078e84007 Fix YAML auto indent
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
2023-08-11 06:22:22 +09:00

4 lines
33 B
Rust

use super::*;
mod go;
mod yaml;