Skip to content

Commit 6f13d93

Browse files
committed
Fix tests.
1 parent 43cb98f commit 6f13d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/External/Plugins/ASCompletion.Tests/Completion/ASGeneratorTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,7 @@ internal static string HaxeImpl(string sourceText, GeneratorJobType job, Scintil
10851085
internal static string Common(string sourceText, GeneratorJobType job, ScintillaControl sci)
10861086
{
10871087
SetSrc(sci, sourceText);
1088+
sci.Colourise(0, -1);
10881089
ASGenerator.GenerateJob(job, ASContext.Context.CurrentMember, ASContext.Context.CurrentClass, null, null);
10891090
return sci.Text;
10901091
}

0 commit comments

Comments
 (0)