It should work with semi-colons to separate them. Here is an example of one that works for me:
<verb>
<property>rotate</property>
<pattern>rotate; turn; twist</pattern>
<defaultexpression>"You can't rotate " + object.article + "."</defaultexpression>
</verb>
ETA: Be aware there are two parts to a verb. The verb object itself, like that above, and the script on another object. The script on the other object is on the "rotate" attribute in this example, but that is really just a name for Quest; the player never sees it.
The aliases go into the verb object, and as Quest quietly creates these for you it is easy to miss they even exist. Look for them under the game object. Many are built-in too.