Skip to content

Commit 9a8392f

Browse files
committed
Remove Keyword suffix from Pound*
1 parent ee269d3 commit 9a8392f

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
@@ -103,7 +103,7 @@ extension SyntaxClassification {
103103
return (.string, [])
104104
case .regexLiteral:
105105
return (.regexp, [])
106-
case .poundDirectiveKeyword:
106+
case .poundDirective:
107107
return (.macro, [])
108108
case .buildConfigId, .objectLiteral:
109109
return (.macro, [])

0 commit comments

Comments
 (0)