mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 09:55:34 +00:00
highlights: new lines removed from hilight call, some not highlighted strings are highlighted
This commit is contained in:
@@ -86,7 +86,7 @@ public class ForItem extends LoopItem implements Block {
|
||||
ret += stripSemicolon(finalCommands.get(i).toString(highlight, localData));
|
||||
p++;
|
||||
}
|
||||
ret += hilight(")", highlight) + "\r\n{\r\n";
|
||||
ret += hilight(")", highlight) + "\r\n" + hilight("{", highlight) + "\r\n";
|
||||
for (GraphTargetItem ti : commands) {
|
||||
if (!ti.isEmpty()) {
|
||||
ret += ti.toStringSemicoloned(highlight, localData) + "\r\n";
|
||||
|
||||
Reference in New Issue
Block a user