Skip to content

Commit

Permalink
Fix semantic highlight test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Dec 19, 2023
1 parent 47e0a7b commit fac4edd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ private async Task<SemanticHighlightSpan[]> GetSemanticHighlightsAsync(string so
.Cast<int>()
.Where(value => (tokenModifiers & (1 << value)) != 0)
.Cast<SemanticHighlightModifier>()
.ToArray()
: Enumerable.Empty<SemanticHighlightModifier>()
};

Expand Down

0 comments on commit fac4edd

Please sign in to comment.