Skip to content

Commit b25b07d

Browse files
controlflowauduchinok
authored andcommitted
RIDER-128433 Rider .NET Intentions Previews
GitOrigin-RevId: 268fc25f553a88318d6cd063aa905e069a87bf84
1 parent edfeac9 commit b25b07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/Stages/FSharpSyntaxHighlightingStage.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ type FSharpSyntaxHighlightingProcessor() =
4848
type FSharpSyntaxHighlightingManager() =
4949
inherit SyntaxHighlightingManager()
5050

51-
override x.CreateProcessor() = FSharpSyntaxHighlightingProcessor() :> _
51+
override this.CreateProcessor(_, _) = FSharpSyntaxHighlightingProcessor() :> _

0 commit comments

Comments
 (0)