diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index 3f1853b01..7c50a5797 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -756,7 +756,7 @@ impl LanguageConfiguration { let language = get_language(self.grammar.as_deref().unwrap_or(&self.language_id)) .map_err(|err| { log::error!( - "Failed to load tree-sitter parser for language {:?}: {}", + "Failed to load tree-sitter parser for language {:?}: {:#}", self.language_id, err )