mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
[css] change grammar to atom/language-css
This commit is contained in:
@@ -252,7 +252,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "support.type.property-name",
|
||||
"scope": [
|
||||
"support.type.vendored.property-name",
|
||||
"support.type.property-name",
|
||||
"variable.css"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#9cdcfe"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user