From b6b99b248783583bdcc2439a78b503a31cbbcce8 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 23 Aug 2021 17:26:12 +0300 Subject: config: minor fixes --- helix-core/src/syntax.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-core') diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index cfe5f5a1..ee7aa0eb 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -58,6 +58,7 @@ pub struct LanguageConfiguration { pub(crate) indent_query: OnceCell>, #[serde(skip_serializing_if = "Option::is_none")] pub debug_adapter: Option, + // TODO: names for those #[serde(skip_serializing_if = "Option::is_none")] pub debug_configs: Option>>, } -- cgit v1.2.3-70-g09d2