diff --git a/espanso-match/src/rolling/mod.rs b/espanso-match/src/rolling/mod.rs index 3936f61..b3b2636 100644 --- a/espanso-match/src/rolling/mod.rs +++ b/espanso-match/src/rolling/mod.rs @@ -79,10 +79,10 @@ impl RollingMatch { } pub struct StringMatchOptions { - case_insensitive: bool, - preserve_case_markers: bool, - left_word: bool, - right_word: bool, + pub case_insensitive: bool, + pub preserve_case_markers: bool, + pub left_word: bool, + pub right_word: bool, } impl Default for StringMatchOptions {