Fix test about auto-indent with no indent query
This commit is contained in:
parent
b3f4c73264
commit
015b6c4a31
2 changed files with 14 additions and 11 deletions
|
@ -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()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue