Highlight escaped characters in default Light+ (Fix #48638) (#48746)

* highlight escaped characters in default Light+(Fix #48638)

* fix constant.character.escape

* fix constant.character.escape again
This commit is contained in:
Yuki Ueda 2018-04-29 09:36:23 +09:00 committed by Matt Bierner
parent 8777d694ad
commit 11834f354f

View file

@ -156,7 +156,7 @@
{
"scope": "constant.character.escape",
"settings": {
"foreground": "#a31515"
"foreground": "#ff0000"
}
}