Improce C++ syntax

This commit is contained in:
Mattia Astorino 2020-01-10 15:08:23 +01:00
parent 7c057e59fc
commit 397fd8255a
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65
3 changed files with 7 additions and 7 deletions

View file

@ -214,7 +214,7 @@
} }
], ],
"devDependencies": { "devDependencies": {
"@moxer/vscode-theme-generator": "1.14.1", "@moxer/vscode-theme-generator": "1.15.0",
"@types/browserify": "12.0.36", "@types/browserify": "12.0.36",
"@types/rimraf": "2.0.2", "@types/rimraf": "2.0.2",
"@typescript-eslint/eslint-plugin": "2.12.0", "@typescript-eslint/eslint-plugin": "2.12.0",

View file

@ -31,8 +31,8 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
cssTag: theme.scheme.base.yellow, cssTag: theme.scheme.base.yellow,
function: theme.scheme.base.blue, function: theme.scheme.base.blue,
functionCall: theme.scheme.base.blue, functionCall: theme.scheme.base.blue,
identifier: theme.scheme.base.cyan, identifier: theme.scheme.base.red,
keyword: theme.scheme.base.red, keyword: theme.scheme.base.cyan,
storage: theme.scheme.base.purple, storage: theme.scheme.base.purple,
string: theme.scheme.base.green, string: theme.scheme.base.green,
stringEscape: theme.scheme.foreground, stringEscape: theme.scheme.foreground,

View file

@ -18,10 +18,10 @@
esutils "^2.0.2" esutils "^2.0.2"
js-tokens "^4.0.0" js-tokens "^4.0.0"
"@moxer/vscode-theme-generator@1.14.1": "@moxer/vscode-theme-generator@1.15.0":
version "1.14.1" version "1.15.0"
resolved "https://registry.yarnpkg.com/@moxer/vscode-theme-generator/-/vscode-theme-generator-1.14.1.tgz#57c0da38d245a4b4ad3af3eb1cdd14550f2fea2e" resolved "https://registry.yarnpkg.com/@moxer/vscode-theme-generator/-/vscode-theme-generator-1.15.0.tgz#b5debb3ed041687f6638812ef09340afe8b1336f"
integrity sha512-Q263E/nVXgbRqJKmklAgSiRLQLfwOsfyQtjOpNexPDeYCo02CCDa/q/JLQIf33zfJLLe0m15L7jHAjUcAn5VKA== integrity sha512-c7XSj2HcicK37i3z47W+GauUzSWD00DT0H7CzxQcU4Q8Jsr/H9ZjHnqVMf2ET9+q8Iw8kUS8YohR/IXAqpkisw==
dependencies: dependencies:
ansi-styles "^3.2.1" ansi-styles "^3.2.1"
argparse "^1.0.10" argparse "^1.0.10"