Skip to content

Commit 1030c9b

Browse files
authored
Merge pull request #764 from kimdv/kimdv/1834-drop-keyword-suffix-from-tokenkindpoundavailablekeyword-etc
2 parents 8c7c32d + 9a8392f commit 1030c9b

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)