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

@@ -9,7 +9,8 @@
"entity.name.function",
"support.function",
"support.constant.handlebars",
"source.powershell variable.other.member"
"source.powershell variable.other.member",
"entity.name.operator.custom-literal" // See https://en.cppreference.com/w/cpp/language/user_literal
],
"settings": {
"foreground": "#DCDCAA"