We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe36d9 commit 2eb03dcCopy full SHA for 2eb03dc
src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/SemanticTokens/SemanticTokensVisitor.cs
@@ -447,7 +447,7 @@ public override void VisitMarkupMinimizedTagHelperDirectiveAttribute(MarkupMinim
447
448
public override void VisitCSharpTransition(CSharpTransitionSyntax node)
449
{
450
- if (node.Parent is not RazorDirectiveSyntax)
+ if (node.Parent is not BaseRazorDirectiveSyntax)
451
452
using (ColorCSharpBackground())
453
0 commit comments