mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 16:38:45 +00:00
jsyntaxpane: restoring not working XML
This commit is contained in:
@@ -246,12 +246,12 @@ SingleCharacter = [^\r\n\'\\]
|
||||
|
||||
/* whitespace */
|
||||
{WhiteSpace} { }
|
||||
{XMLBeginTag} { yybegin(XMLSTARTTAG);
|
||||
/* {XMLBeginTag} { yybegin(XMLSTARTTAG);
|
||||
tokenStart = yychar;
|
||||
tokenLength = yylength();
|
||||
String s=yytext();
|
||||
xmlTagName = s.substring(1);
|
||||
}
|
||||
}*/
|
||||
/* identifiers */
|
||||
{Identifier} { return token(TokenType.IDENTIFIER); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user