mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 08:21:54 +00:00
highlights: new lines removed from hilight call, some not highlighted strings are highlighted
This commit is contained in:
@@ -37,7 +37,7 @@ public class BlockItem extends GraphTargetItem {
|
||||
|
||||
@Override
|
||||
public String toString(boolean highlight, List<Object> localData) {
|
||||
return "{\r\n" + Graph.graphToString(commands, highlight, localData) + "\r\n}";
|
||||
return hilight("{", highlight) + "\r\n" + Graph.graphToString(commands, highlight, localData) + "\r\n" + hilight("}", highlight);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user