diff options
Diffstat (limited to 'nomsu.peg')
| -rw-r--r-- | nomsu.peg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ inline_action (Action): action (Action): (expression (dotdot? %ws*))* word ((dotdot? %ws*) (expression / word))* -word (Word): { %operator / (!number plain_word) } +word: { %operator / (!number plain_word) } text_word (Text): {%operator / (!number plain_word)} |
