mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Update less grammar (#221128)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user