mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
fixed #8015
This commit is contained in:
@@ -136,8 +136,14 @@
|
||||
"foreground": "#569cd6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": ["markup.punctuation.quote", "markup.punctuation.list"],
|
||||
{
|
||||
"scope": "markup.punctuation.quote",
|
||||
"settings": {
|
||||
"foreground": "#608b4e"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "markup.punctuation.list",
|
||||
"settings": {
|
||||
"foreground": "#6796e6"
|
||||
}
|
||||
@@ -145,7 +151,7 @@
|
||||
{
|
||||
"scope": ["markup.quote", "markup.list"],
|
||||
"settings": {
|
||||
"foreground": "#6796e6"
|
||||
"foreground": "#d4d4d4"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user