diff --git a/comp/src/gb.highlight/.icon.png b/comp/src/gb.highlight/.icon.png index b86489e75..f89c3667c 100644 Binary files a/comp/src/gb.highlight/.icon.png and b/comp/src/gb.highlight/.icon.png differ diff --git a/comp/src/gb.highlight/.src/TextHighlighter.class b/comp/src/gb.highlight/.src/TextHighlighter.class index 8d88290f5..9f6115752 100644 --- a/comp/src/gb.highlight/.src/TextHighlighter.class +++ b/comp/src/gb.highlight/.src/TextHighlighter.class @@ -278,7 +278,7 @@ Static Private Sub CreateCustomHighlighter(sHighlight As String, sPath As String Shell "cd " & Shell$(sDir) & " && gba3 2>&1" To sOutput sOutput = Trim(sOutput) If Process.LastValue And If sOutput Then Error.Raise(sOutput) - Wait 0.1 + Component.Load(sDir &/ "gb.highlight." & sHighlight & ".gambas") Catch