Skip to content

Commit

Permalink
Remove Keyword suffix from Pound*
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdv committed Jul 7, 2023
1 parent 869fd0a commit 02858b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SourceKitLSP/DocumentTokens.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ extension SyntaxClassification {
return (.string, [])
case .regexLiteral:
return (.regexp, [])
case .poundDirectiveKeyword:
case .poundDirective:
return (.macro, [])
case .buildConfigId, .objectLiteral:
return (.macro, [])
Expand Down

0 comments on commit 02858b8

Please sign in to comment.