mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
...
This commit is contained in:
parent
d8b94ba85f
commit
64e8f0017c
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user