mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 00:25:10 +00:00
JSyntaxpane, method info highlighting fix
This commit is contained in:
@@ -88,6 +88,8 @@ StringCharacter = [^\r\n\"\\]
|
||||
/* string literal */
|
||||
\" {
|
||||
isMultiname=false;
|
||||
tokenStart = yychar;
|
||||
tokenLength = yylength();
|
||||
yybegin(STRING);
|
||||
string.setLength(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user