Fix test about auto-indent with no indent query

This commit is contained in:
Max Brunsfeld 2022-08-24 15:29:07 -07:00
parent b3f4c73264
commit 015b6c4a31
2 changed files with 14 additions and 11 deletions

View file

@ -998,6 +998,7 @@ fn test_autoindent_language_without_indents_query(cx: &mut MutableAppContext) {
Arc::new(Language::new(
LanguageConfig {
name: "Markdown".into(),
auto_indent_using_last_non_empty_line: false,
..Default::default()
},
Some(tree_sitter_json::language()),