mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 23:00:46 +00:00
highlights: new lines removed from hilight call, some not highlighted strings are highlighted
This commit is contained in:
@@ -40,7 +40,7 @@ public class EnumerateActionItem extends ActionItem {
|
||||
|
||||
@Override
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
return "enumerate " + object.toString(highlight, Helper.toList(constants));
|
||||
return hilight("enumerate ", highlight) + object.toString(highlight, Helper.toList(constants));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user