Fix HTML attribute color for derivatives (#304)

This commit is contained in:
Tan Jay Jun 2019-01-09 18:14:16 +08:00 committed by Mattia Astorino
parent 0b0700570f
commit cffd000b39

View file

@ -295,19 +295,9 @@
"scope": [ "scope": [
"entity.other.attribute-name" "entity.other.attribute-name"
], ],
"settings": {
"foreground": "{{variant.scheme.base.purple}}"
}
},
{
"name": "HTML Attributes",
"scope": [
"text.html.basic entity.other.attribute-name.html",
"text.html.basic entity.other.attribute-name"
],
"settings": { "settings": {
"fontStyle": "italic", "fontStyle": "italic",
"foreground": "{{variant.scheme.base.yellow}}" "foreground": "{{variant.scheme.base.purple}}"
} }
}, },
{ {