Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/src/helpers.rs')
| -rw-r--r-- | xtask/src/helpers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/helpers.rs b/xtask/src/helpers.rs index f96cdfb3..d2c955bc 100644 --- a/xtask/src/helpers.rs +++ b/xtask/src/helpers.rs @@ -1,7 +1,7 @@ use std::path::{Path, PathBuf}; use crate::path; -use helix_core::syntax::Configuration as LangConfig; +use helix_core::syntax::config::Configuration as LangConfig; use helix_term::health::TsFeature; /// Get the list of languages that support a particular tree-sitter |