Add a few more token scopes to themes

Fixes https://github.com/microsoft/vscode/issues/80783
This commit is contained in:
Alex Ross
2019-12-02 11:47:09 +01:00
parent c26146d7c5
commit ef582f49ad
11 changed files with 610 additions and 37 deletions

View File

@@ -171,7 +171,8 @@
},
{
"scope": [
"meta.preprocessor"
"meta.preprocessor",
"entity.name.function.preprocessor"
],
"settings": {
"foreground": "#569cd6"
@@ -226,6 +227,7 @@
"scope": [
"string",
"entity.name.operator.custom-literal.string",
"meta.embedded.assembly"
],
"settings": {
"foreground": "#ce9178"