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

@@ -23,6 +23,7 @@
"support.type",
"entity.name.type",
"entity.name.namespace",
"entity.other.attribute",
"entity.name.scope-resolution",
"entity.name.class",
"storage.type.numeric.go",
@@ -76,7 +77,8 @@
"source.cpp keyword.operator.new",
"keyword.operator.delete",
"keyword.other.using",
"keyword.other.operator"
"keyword.other.operator",
"entity.name.operator"
],
"settings": {
"foreground": "#C586C0"