mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 13:54:49 +00:00
Goto declaration fixes
JSyntaxPane updated JFlex for unicode ranges Goto this declarations
This commit is contained in:
@@ -95,7 +95,7 @@ public abstract class GraphTargetItem implements Serializable {
|
||||
writer.startOffset(src, pos, srcData);
|
||||
appendTo(writer, localData);
|
||||
if (needsSemicolon()) {
|
||||
writer.append(";");
|
||||
writer.appendNoHilight(";");
|
||||
}
|
||||
writer.endOffset();
|
||||
return writer;
|
||||
|
||||
Reference in New Issue
Block a user