Skip to content

Commit 0e9c545

Browse files
committed
chore: deprecate array extension for SyntaxHighlightingToken
1 parent 315fff8 commit 0e9c545

File tree

2 files changed

+1
-55
lines changed

2 files changed

+1
-55
lines changed

Sources/SKTestSupport/Array+SyntaxHighlightingToken.swift

Lines changed: 0 additions & 54 deletions
This file was deleted.

Sources/SKTestSupport/SkipUnless.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public enum SkipUnless {
108108
)
109109

110110
// TODO: This part is not directly related, should i change it to new struct?
111-
let tokens = [SyntaxHighlightingToken](lspEncodedTokens: response.data)
111+
let tokens = SyntaxHighlightingTokens(lspEncodedTokens: response.data)
112112

113113
// If we don't have semantic token support in sourcekitd, the second token is an identifier based on the syntax
114114
// tree, not a property.

0 commit comments

Comments
 (0)