aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.rs b/src/parser.rs
index a34edff..d5cd860 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -51,8 +51,8 @@ struct Mode {
#[derive(Debug, PartialEq)]
pub struct MapGroup {
- maps: MapCollection,
- modes: HashMap<Trigger, MapCollection>,
+ pub maps: MapCollection,
+ pub modes: HashMap<Trigger, MapCollection>,
}
#[derive(Debug, PartialEq)]