Merge from vscode 05fc61ffb1aee9fd19173c32113daed079f9b7bd (#5074)

* Merge from vscode 05fc61ffb1aee9fd19173c32113daed079f9b7bd

* fix tests
This commit is contained in:
Anthony Dresser
2019-04-16 22:11:30 -07:00
committed by GitHub
parent 2f8519cb6b
commit 8956b591f7
217 changed files with 5120 additions and 3926 deletions

View File

@@ -71,8 +71,9 @@
"scope": [
"keyword.control",
"keyword.operator.new.cpp",
"keyword.operator.delete.cpp",
"keyword.other.using"
"keyword.operator.delete",
"keyword.other.using",
"keyword.other.operator"
],
"settings": {
"foreground": "#C586C0"

View File

@@ -69,7 +69,8 @@
"keyword.control",
"keyword.operator.new.cpp",
"keyword.operator.delete.cpp",
"keyword.other.using"
"keyword.other.using",
"keyword.other.operator"
],
"settings": {
"foreground": "#C586C0"

View File

@@ -72,7 +72,8 @@
"keyword.control",
"keyword.operator.new.cpp",
"keyword.operator.delete.cpp",
"keyword.other.using"
"keyword.other.using",
"keyword.other.operator"
],
"settings": {
"foreground": "#AF00DB"

View File

@@ -116,7 +116,8 @@
"keyword.control",
"keyword.operator.new.cpp",
"keyword.operator.delete.cpp",
"keyword.other.using"
"keyword.other.using",
"keyword.other.operator"
],
"settings": {
"foreground": "#98676a"

View File

@@ -259,7 +259,8 @@
"keyword.control",
"keyword.operator.new.cpp",
"keyword.operator.delete.cpp",
"keyword.other.using"
"keyword.other.using",
"keyword.other.operator"
],
"settings": {
"fontStyle": "",