Punt on auto-indentation for now

This commit is contained in:
Antonio Scandurra
2021-05-28 10:17:10 +02:00
parent 79878f20cc
commit 07aeb32ef4
5 changed files with 1 additions and 211 deletions
-1
View File
@@ -531,7 +531,6 @@ mod tests {
},
grammar: grammar.clone(),
highlight_query,
indent_query: tree_sitter::Query::new(grammar, "").unwrap(),
theme_mapping: Default::default(),
});
lang.set_theme(&theme);