Unnamed repository; edit this file 'description' to name the repository.
config
bendn 3 weeks ago
parent b6afb58 · commit d1158d3
-rw-r--r--helix-core/src/syntax/config.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-core/src/syntax/config.rs b/helix-core/src/syntax/config.rs
index 5cef5ce1..85ba6f99 100644
--- a/helix-core/src/syntax/config.rs
+++ b/helix-core/src/syntax/config.rs
@@ -445,6 +445,8 @@ pub struct LanguageServerConfiguration {
pub timeout: u64,
#[serde(default)]
pub required_root_patterns: Option<GlobSet>,
+ #[serde(default)]
+ pub requires_tree_sitting: bool,
}
#[derive(Debug, Clone, Serialize, Deserialize)]