summaryrefslogtreecommitdiff
path: root/src/yuescript/yue_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuescript/yue_parser.cpp')
-rw-r--r--src/yuescript/yue_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/yue_parser.cpp b/src/yuescript/yue_parser.cpp
index 6990e31..ab1ba7a 100644
--- a/src/yuescript/yue_parser.cpp
+++ b/src/yuescript/yue_parser.cpp
@@ -1128,7 +1128,7 @@ YueParser::YueParser() {
1128 Statement = 1128 Statement =
1129 ( 1129 (
1130 Import | Export | Global | Macro | MacroInPlace | Label 1130 Import | Export | Global | Macro | MacroInPlace | Label
1131 ) | ( 1131 ) >> space | (
1132 Local | While | Repeat | For | Return | 1132 Local | While | Repeat | For | Return |
1133 BreakLoop | Goto | ShortTabAppending | 1133 BreakLoop | Goto | ShortTabAppending |
1134 LocalAttrib | Backcall | PipeBody | ExpListAssign | ChainAssign | 1134 LocalAttrib | Backcall | PipeBody | ExpListAssign | ChainAssign |