aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-core/src/config.rs')
-rw-r--r--helix-core/src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/config.rs b/helix-core/src/config.rs
index 5bd16abd..d4ebee1f 100644
--- a/helix-core/src/config.rs
+++ b/helix-core/src/config.rs
@@ -25,7 +25,7 @@ pub fn user_lang_config() -> Result<toml::Value, toml::de::Error> {
pub fn default_syntax_loader() -> crate::syntax::Configuration {
default_lang_config()
.try_into()
- .expect("Could not serialize built-in language.toml")
+ .expect("Could not serialize built-in languages.toml")
}
/// Syntax configuration loader based on user configured languages.toml.
pub fn user_syntax_loader() -> Result<crate::syntax::Configuration, toml::de::Error> {