diff options
author | Blaž Hrastnik | 2021-09-16 07:04:32 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-09-16 07:04:32 +0000 |
commit | 64e8f0017c9d8d8fd02b3e86378522974f6437b3 (patch) | |
tree | b78485920231c74f1db569462ed837f571ab4120 | |
parent | d8b94ba85fdbed9fb0e9ebc60e19e6353efdbf7a (diff) |
...
-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)] |