Skip to content

Commit beeaa53

Browse files
committed
Update for SwiftSyntax regex changes
1 parent 3af2f1d commit beeaa53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SourceKitLSP/DocumentTokens.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ extension SyntaxClassification {
9696
return (.number, [])
9797
case .stringLiteral:
9898
return (.string, [])
99+
case .regexLiteral:
100+
return (.regexp, [])
99101
case .poundDirectiveKeyword:
100102
return (.macro, [])
101103
case .buildConfigId, .objectLiteral:

0 commit comments

Comments
 (0)