mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Improve colorization of embedded start end puctuators across languages
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
"light_plus": "punctuation.section.embedded.begin.php: #800000",
|
||||
"dark_vs": "punctuation.section.embedded.begin.php: #569CD6",
|
||||
"light_vs": "punctuation.section.embedded.begin.php: #800000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
"hc_black": "punctuation.section.embedded: #569CD6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -458,7 +458,7 @@
|
||||
"light_plus": "punctuation.section.embedded.end.php: #800000",
|
||||
"dark_vs": "punctuation.section.embedded.end.php: #569CD6",
|
||||
"light_vs": "punctuation.section.embedded.end.php: #800000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
"hc_black": "punctuation.section.embedded: #569CD6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -469,7 +469,7 @@
|
||||
"light_plus": "punctuation.section.embedded.end.php: #800000",
|
||||
"dark_vs": "punctuation.section.embedded.end.php: #569CD6",
|
||||
"light_vs": "punctuation.section.embedded.end.php: #800000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
"hc_black": "punctuation.section.embedded: #569CD6"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -227,7 +227,7 @@
|
||||
"light_plus": "punctuation.section.embedded.begin.php: #800000",
|
||||
"dark_vs": "punctuation.section.embedded.begin.php: #569CD6",
|
||||
"light_vs": "punctuation.section.embedded.begin.php: #800000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
"hc_black": "punctuation.section.embedded: #569CD6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -3549,7 +3549,7 @@
|
||||
"light_plus": "punctuation.section.embedded.end.php: #800000",
|
||||
"dark_vs": "punctuation.section.embedded.end.php: #569CD6",
|
||||
"light_vs": "punctuation.section.embedded.end.php: #800000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
"hc_black": "punctuation.section.embedded: #569CD6"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -3560,7 +3560,7 @@
|
||||
"light_plus": "punctuation.section.embedded.end.php: #800000",
|
||||
"dark_vs": "punctuation.section.embedded.end.php: #569CD6",
|
||||
"light_vs": "punctuation.section.embedded.end.php: #800000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
"hc_black": "punctuation.section.embedded: #569CD6"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user