Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/syntax/config.rs')
| -rw-r--r-- | helix-core/src/syntax/config.rs | 2 |
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)] |