Change property class
This commit is contained in:
parent
dec0eb3299
commit
b8c9b59c43
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue