Add more scopes to themes based on feedback for C++ and discussion

Part of #80783
This commit is contained in:
Alex Ross
2019-09-19 11:49:52 +02:00
parent 69fa361afe
commit 6ba021ba32
6 changed files with 36 additions and 16 deletions

View File

@@ -46,7 +46,9 @@
"scope": [
"constant.numeric",
"entity.name.operator.custom-literal.number",
"variable.other.enummember"
"variable.other.enummember",
"keyword.operator.plus.exponent",
"keyword.operator.minus.exponent"
],
"settings": {
"foreground": "#09885a"
@@ -205,7 +207,10 @@
}
},
{
"scope": "storage.modifier",
"scope": [
"storage.modifier",
"keyword.operator.noexcept"
],
"settings": {
"foreground": "#0000ff"
}
@@ -326,8 +331,11 @@
"keyword.operator.expression",
"keyword.operator.cast",
"keyword.operator.sizeof",
"keyword.operator.typeid",
"keyword.operator.alignas",
"keyword.operator.instanceof",
"keyword.operator.logical.python"
"keyword.operator.logical.python",
"keyword.operator.wordlike"
],
"settings": {
"foreground": "#0000ff"