mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 01:41:17 +00:00
AS1/2 Highlighting
This commit is contained in:
@@ -29,6 +29,6 @@ public class SetTarget2TreeItem extends TreeItem {
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return "tellTarget(" + target.toString(constants) + ");";
|
||||
return hilight("tellTarget(") + target.toString(constants) + hilight(")") + ";";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user