Skip to content

Commit

Permalink
removed dead import
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Apr 1, 2024
1 parent 4ec236f commit 3dd4865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/rascalmpl/library/util/Highlight.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module util::Highlight

import ParseTree;
import String;
import IO;

@synopsis{Yields the characters of a parse tree as the original input sentence in a <code>...</code> block, but with spans for highlighted segments in HTML}
public str ToHTML(Tree t) {
Expand Down

0 comments on commit 3dd4865

Please sign in to comment.