From b8c9b59c4395b05339d8ac5c47cd6fe4653eea7b Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 18 Feb 2023 21:20:39 -0500 Subject: [PATCH] Change property class --- highlight-swift/Sources/highlight-swift/highlight_swift.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight-swift/Sources/highlight-swift/highlight_swift.swift b/highlight-swift/Sources/highlight-swift/highlight_swift.swift index 53f5221..6d7dc1d 100644 --- a/highlight-swift/Sources/highlight-swift/highlight_swift.swift +++ b/highlight-swift/Sources/highlight-swift/highlight_swift.swift @@ -79,7 +79,7 @@ struct MyOutputFormat: OutputFormat { case .comment: cls = "hl-cmt" case .property: - cls = "hl-var" + cls = "hl-prop" case .dotAccess: cls = "hl-prop" case .preprocessing: