mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
* highlight escaped characters in default Light+(Fix #48638) * fix constant.character.escape * fix constant.character.escape again
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
{
|
||||
"scope": "constant.character.escape",
|
||||
"settings": {
|
||||
"foreground": "#a31515"
|
||||
"foreground": "#ff0000"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user