Skip to content

Commit a33a2cb

Browse files
authored
Merge pull request #788 from StevenWong12/remove_object_literal
Remove `SyntaxClassification.objectLiteral`
2 parents a6e8568 + 36747fe commit a33a2cb

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
@@ -105,7 +105,7 @@ extension SyntaxClassification {
105105
return (.regexp, [])
106106
case .poundDirective:
107107
return (.macro, [])
108-
case .buildConfigId, .objectLiteral:
108+
case .buildConfigId:
109109
return (.macro, [])
110110
case .attribute:
111111
return (.modifier, [])

0 commit comments

Comments
 (0)