about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/tazjin/predlozhnik/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/predlozhnik/src/main.rs b/users/tazjin/predlozhnik/src/main.rs
index 8ced9b55f5..6c0311a66c 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([Родительный]),