fix(less): set properties to blue to match css (#550)

This commit is contained in:
Hammy 2025-05-27 23:54:25 +01:00 committed by GitHub
parent c04c67c042
commit 67bd19a1d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,8 +242,11 @@ export default function tokens(context: ThemeContext): TextmateColors {
},
},
{
name: "Property names (left hand assignments in json/yaml/css)",
scope: "support.type.property-name.css",
name: "Property names (left hand assignments in json/yaml/css/less)",
scope: [
"support.type.property-name.css",
"support.type.property-name.less",
],
settings: {
foreground: palette.blue,
fontStyle: "",