Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Sep 16, 2021
1 parent d8b94ba commit 64e8f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-core/src/syntax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 64e8f00

Please sign in to comment.