Update less grammar (#221128)

This commit is contained in:
Alex Ross
2024-07-08 15:04:25 +02:00
committed by GitHub
parent cf8fdae691
commit 2b9ebd6897
3 changed files with 180 additions and 32 deletions
@@ -686,7 +686,7 @@
}
},
{
"c": " 5px",
"c": " ",
"t": "source.css.less meta.property-list.less meta.property-value.less meta.function-call.less meta.function-call.less",
"r": {
"dark_plus": "default: #D4D4D4",
@@ -699,6 +699,34 @@
"light_modern": "default: #3B3B3B"
}
},
{
"c": "5",
"t": "source.css.less meta.property-list.less meta.property-value.less meta.function-call.less meta.function-call.less constant.numeric.less",
"r": {
"dark_plus": "constant.numeric: #B5CEA8",
"light_plus": "constant.numeric: #098658",
"dark_vs": "constant.numeric: #B5CEA8",
"light_vs": "constant.numeric: #098658",
"hc_black": "constant.numeric: #B5CEA8",
"dark_modern": "constant.numeric: #B5CEA8",
"hc_light": "constant.numeric: #096D48",
"light_modern": "constant.numeric: #098658"
}
},
{
"c": "px",
"t": "source.css.less meta.property-list.less meta.property-value.less meta.function-call.less meta.function-call.less constant.numeric.less keyword.other.unit.less",
"r": {
"dark_plus": "keyword.other.unit: #B5CEA8",
"light_plus": "keyword.other.unit: #098658",
"dark_vs": "keyword.other.unit: #B5CEA8",
"light_vs": "keyword.other.unit: #098658",
"hc_black": "keyword.other.unit: #B5CEA8",
"dark_modern": "keyword.other.unit: #B5CEA8",
"hc_light": "keyword.other.unit: #096D48",
"light_modern": "keyword.other.unit: #098658"
}
},
{
"c": ")",
"t": "source.css.less meta.property-list.less meta.property-value.less meta.function-call.less meta.function-call.less punctuation.definition.group.end.less",