Skip to content

Commit 7ddbea1

Browse files
committed
1 parent 5398c01 commit 7ddbea1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/scijava/ui/swing/script/highliters/ImageJMacroTokenMaker.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,6 +2429,11 @@ public void addToken(final char[] array, final int start, final int end,
24292429
zzStartRead = zzMarkedPos;
24302430
}
24312431

2432+
@Override
2433+
public String[] getLineCommentStartAndEnd(int languageIndex) {
2434+
return new String[] { "//", null };
2435+
}
2436+
24322437
/**
24332438
* Returns the first token in the linked list of tokens generated from
24342439
* <code>text</code>. This method must be implemented by subclasses so they

0 commit comments

Comments
 (0)