Change property class

This commit is contained in:
Shadowfacts 2023-02-18 21:20:39 -05:00
parent dec0eb3299
commit b8c9b59c43
1 changed files with 1 additions and 1 deletions

View File

@ -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: