mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
7078e84007
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
5 lines
33 B
Rust
5 lines
33 B
Rust
use super::*;
|
|
|
|
mod go;
|
|
mod yaml;
|