From 923dd2dfa3f524130f3ba56ac217c0dfd8a9906e Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Mon, 21 Jun 2010 06:28:17 +0000 Subject: [PATCH] Tune comment parsing --- grammar/Lua51.jj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grammar/Lua51.jj b/grammar/Lua51.jj index 5268857f..f0f60440 100644 --- a/grammar/Lua51.jj +++ b/grammar/Lua51.jj @@ -65,7 +65,7 @@ MORE : SPECIAL_TOKEN : { - : DEFAULT + : DEFAULT } SPECIAL_TOKEN : { : DEFAULT } @@ -80,7 +80,7 @@ MORE : TOKEN : { : DEFAULT } TOKEN : { : DEFAULT } - MORE : + MORE : { < ~[] > }