Skip to content

Commit

Permalink
Merge pull request #10 from geekosaur/psg
Browse files Browse the repository at this point in the history
Add shortcut for PSG
  • Loading branch information
ward committed Sep 21, 2023
2 parents 019f706 + 99000bb commit f40cc85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/plugins/games/query.rs
Expand Up @@ -129,6 +129,16 @@ impl Parser {
replace_by: vec![],
display_order: Some(DisplayOrder::Time),
},
Shortcut {
regex: Regex::new(r"^(?i)psg$").unwrap(),
country: None,
competition: None,
replace_by: vec![
String::from("Paris"),
String::from("Saint-Germain"),
],
display_order: None,
},
];
Self { shortcuts }
}
Expand Down

0 comments on commit f40cc85

Please sign in to comment.