aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/src/syntax.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs
index f136ecd0..f1c399d2 100644
--- a/helix-core/src/syntax.rs
+++ b/helix-core/src/syntax.rs
@@ -114,6 +114,7 @@ pub enum DebugConfigCompletion {
pub enum DebugArgumentValue {
String(String),
Array(Vec<String>),
+ Boolean(bool),
}
#[derive(Debug, PartialEq, Clone, Deserialize, Serialize)]