Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/docgen.rs')
| -rw-r--r-- | xtask/src/docgen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/docgen.rs b/xtask/src/docgen.rs index 2b58e732..d31c396d 100644 --- a/xtask/src/docgen.rs +++ b/xtask/src/docgen.rs @@ -129,7 +129,7 @@ pub fn lang_features() -> Result<String, DynError> { cols.push("Default language servers".to_owned()); md.push_str(&md_table_heading(&cols)); - let config = helpers::lang_config(); + let config = helix_core::config::default_lang_config(); let mut langs = config .language |