mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 02:57:28 +00:00
faster syntax highlighting
This commit is contained in:
@@ -52,7 +52,7 @@ import java.util.Stack;
|
||||
yypushbackstr(s, YYINITIAL);
|
||||
}
|
||||
|
||||
StringBuffer string = new StringBuffer();
|
||||
StringBuilder string = new StringBuilder();
|
||||
|
||||
private static String xmlTagName = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user