summaryrefslogtreecommitdiff
path: root/server/src/parser/grammar.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/parser/grammar.lua')
-rw-r--r--server/src/parser/grammar.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/parser/grammar.lua b/server/src/parser/grammar.lua
index 3525677a..568b8544 100644
--- a/server/src/parser/grammar.lua
+++ b/server/src/parser/grammar.lua
@@ -83,7 +83,7 @@ grammar 'Comment' [[
Comment <- LongComment / '--' ShortComment
LongComment <- ('--[' {} {:eq: '='* :} {} '['
{(!CommentClose .)*}
- (CommentClose / {}))
+ (CommentClose {} / {} {}))
-> LongComment
/ (
{} '/*' {}