Skip to content

Commit 02858b8

Browse files
committed
Remove Keyword suffix from Pound*
1 parent 869fd0a commit 02858b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSP/DocumentTokens.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ extension SyntaxClassification {
9898
return (.string, [])
9999
case .regexLiteral:
100100
return (.regexp, [])
101-
case .poundDirectiveKeyword:
101+
case .poundDirective:
102102
return (.macro, [])
103103
case .buildConfigId, .objectLiteral:
104104
return (.macro, [])

0 commit comments

Comments
 (0)