diff options
-rw-r--r-- | users/tazjin/predlozhnik/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/predlozhnik/src/main.rs b/users/tazjin/predlozhnik/src/main.rs index 8ced9b55f5de..6c0311a66c67 100644 --- a/users/tazjin/predlozhnik/src/main.rs +++ b/users/tazjin/predlozhnik/src/main.rs @@ -70,6 +70,7 @@ lazy_static! { "перед" => BTreeSet::from([Творительный]), "по" => BTreeSet::from([Винительный, Дательный, Предложный]), "под" => BTreeSet::from([Винительный, Творительный]), + "после" => BTreeSet::from([Родительный]), "при" => BTreeSet::from([Предложный]), "про" => BTreeSet::from([Винительный]), "ради" => BTreeSet::from([Родительный]), |