From 64e8f0017c9d8d8fd02b3e86378522974f6437b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Thu, 16 Sep 2021 16:04:32 +0900 Subject: [PATCH] ... --- helix-core/src/syntax.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index 8bbf363fa..547b25726 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -52,7 +52,7 @@ pub struct LanguageConfiguration { // content_regex #[serde(default, skip_serializing, deserialize_with = "deserialize_regex")] - injection_regex: Option, + pub injection_regex: Option, // first_line_regex // #[serde(skip)]