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

@@ -169,7 +169,8 @@
},
{
"scope": [
"meta.preprocessor"
"meta.preprocessor",
"entity.name.function.preprocessor"
],
"settings": {
"foreground": "#0000ff"
@@ -218,6 +219,7 @@
"scope": [
"string",
"entity.name.operator.custom-literal.string",
"meta.embedded.assembly"
],
"settings": {
"foreground": "#a31515"