diff options
Diffstat (limited to 'helix-core/src')
-rw-r--r-- | helix-core/src/syntax.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index 8bbf363f..547b2572 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<Regex>, + pub injection_regex: Option<Regex>, // first_line_regex // #[serde(skip)] |