aboutsummaryrefslogtreecommitdiff
path: root/nomsu.peg
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-05-28 23:24:18 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-05-28 23:24:43 -0700
commitb6be516e3fbc082b1dbd9740b95185976f4b0040 (patch)
tree69d5b148bf9344edbbf3289f41fdf876af519e1e /nomsu.peg
parent66fa60100e64a1ec2d54e884c5d6e4a98e88fa56 (diff)
Fix for luajit, though I'm not sure why it worked for lua either.
Diffstat (limited to 'nomsu.peg')
-rw-r--r--nomsu.peg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.peg b/nomsu.peg
index a21d562..b705de5 100644
--- a/nomsu.peg
+++ b/nomsu.peg
@@ -54,7 +54,7 @@ action (Action):
word: { %operator / (!number plain_word) }
-text_word (Text): {%operator / (!number plain_word)}
+text_word (Text): {| {%operator / (!number plain_word)} |}
inline_text (Text):
!('".."' eol)