mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
[themes] colorize scss and less varibales in vs themes
This commit is contained in:
@@ -255,7 +255,9 @@
|
||||
"scope": [
|
||||
"support.type.vendored.property-name",
|
||||
"support.type.property-name",
|
||||
"variable.css"
|
||||
"variable.css",
|
||||
"variable.scss",
|
||||
"variable.other.less"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#9cdcfe"
|
||||
|
||||
Reference in New Issue
Block a user