diff --git a/grammar b/grammar
index 8482d90ef758ad9eee58a8e6ad2a2949ca85846a..fce4f437f390833dacdd983f572ee6f03ec08386 100644
--- a/grammar
+++ b/grammar
@@ -39,8 +39,9 @@ Mixture ::=
 
 /* Preposition: */
 /* Used to link nouns, pronouns, or phrases to other words within a sentence */
-Preposition ::= ("with" | "to" | "in" | "of" )? ( "a" | "the")?
+Preposition ::= ("with" | "to" | "in" | "of" | "at" | "for" | "off" | "on" | "over" | "under")? ( "a" | "the")?
 
+at, for, in, off, on, over, and under
 /* Conjunction */
 /* Used to connect words, phrases, clauses, or sentences */
 Conjunction ::= ("and" | "or" | "but")
\ No newline at end of file