From 60f6c087744c8e3c7b79aad9b1cfd37d1e73c9d1 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Thu, 14 Jun 2018 16:46:47 +0530 Subject: ignore comma and semicolon after comment at the end of line --- js/Misc/MPBLOCK.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/Misc/MPBLOCK.js') diff --git a/js/Misc/MPBLOCK.js b/js/Misc/MPBLOCK.js index ac018296..e2a81e16 100644 --- a/js/Misc/MPBLOCK.js +++ b/js/Misc/MPBLOCK.js @@ -1747,7 +1747,6 @@ LexToken(VAR,'lab_2',1,14002) LexToken(OPENBRACKET,'(',1,14007) LexToken(VAR,'i',1,14008) LexToken(CLOSEBRACKET,')',1,14009) -LexToken(SEMICOLON,';',1,14010) LexToken(EOL,'\n',1,14019) LexToken(END,'end',1,14044) LexToken(EOL,'\n',1,14047) -- cgit