Fix CPP grammar and themes

Part of #71821
This commit is contained in:
Alex Ross
2019-04-11 09:05:55 +00:00
parent 4a95428d8d
commit b56ec0d8e7
8 changed files with 997 additions and 283 deletions

View File

@@ -68,7 +68,12 @@
},
{
"name": "Control flow keywords",
"scope": "keyword.control",
"scope": [
"keyword.control",
"keyword.operator.new.cpp",
"keyword.operator.delete.cpp",
"keyword.other.using"
],
"settings": {
"foreground": "#C586C0"
}