Skip to content

Commit ba20647

Browse files
committed
add bitshift operators to SemanticTokenProvider
1 parent f0a40e1 commit ba20647

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Lib/Public/Entities/SemanticTokenProvider.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ public static void Provide(string source, List<SemanticToken> tokens)
2626
case Token.GreaterEqual:
2727
case Token.Less:
2828
case Token.LessEqual:
29+
case Token.LeftShift:
30+
case Token.RightShift:
2931
case Token.Plus:
3032
case Token.Minus:
3133
case Token.Star:

0 commit comments

Comments
 (0)