Skip to content

Commit

Permalink
Fix YAML auto indent
Browse files Browse the repository at this point in the history
This makes use of the new `extend` capture to
correct YAML indentation.

Fixes #6661
  • Loading branch information
dead10ck committed Apr 15, 2023
1 parent 78e8066 commit f4a043d
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 1 deletion.
1 change: 1 addition & 0 deletions helix-term/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ mod test {
mod auto_indent;
mod auto_pairs;
mod commands;
mod languages;
mod movement;
mod prompt;
mod splits;
Expand Down
3 changes: 3 additions & 0 deletions helix-term/tests/test/languages/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
use super::*;

mod yaml;
Loading

0 comments on commit f4a043d

Please sign in to comment.