Add the new Less grammar back in (#200043)

This reverts commit 95c05bf57b.
This commit is contained in:
Alex Ross
2023-12-05 14:17:02 +00:00
committed by GitHub
parent af8451a41e
commit b0d60e8e2e
17 changed files with 10470 additions and 5746 deletions

View File

@@ -94,7 +94,10 @@
}
},
{
"scope": "entity.name.tag.css",
"scope": [
"entity.name.tag.css",
"entity.name.tag.less"
],
"settings": {
"foreground": "#d7ba7d"
}
@@ -108,10 +111,11 @@
{
"scope": [
"entity.other.attribute-name.class.css",
"entity.other.attribute-name.class.mixin.css",
"source.css entity.other.attribute-name.class",
"entity.other.attribute-name.id.css",
"entity.other.attribute-name.parent-selector.css",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.attribute-name.parent.less",
"source.css entity.other.attribute-name.pseudo-class",
"entity.other.attribute-name.pseudo-element.css",
"source.css.less entity.other.attribute-name.id",
"entity.other.attribute-name.scss"
@@ -306,9 +310,7 @@
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
"variable.css",
"variable.scss",
"variable.other.less",
"source.css variable",
"source.coffee.embedded"
],
"settings": {