feat: Improve PHP support
This commit is contained in:
parent
ece6694bde
commit
df892e4ae4
3 changed files with 6 additions and 6 deletions
|
@ -167,7 +167,7 @@
|
|||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"@moxer/vscode-theme-generator": "1.16.2",
|
||||
"@moxer/vscode-theme-generator": "1.16.7",
|
||||
"@types/browserify": "12.0.36",
|
||||
"@types/rimraf": "2.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "2.12.0",
|
||||
|
|
|
@ -23,7 +23,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
|
|||
*/
|
||||
syntax: {
|
||||
boolean: theme.scheme.base.pink,
|
||||
class: theme.scheme.base.purple,
|
||||
class: theme.scheme.base.yellow,
|
||||
classMember: theme.scheme.base.red,
|
||||
comment: theme.scheme.comments,
|
||||
cssClass: theme.scheme.base.yellow,
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
esutils "^2.0.2"
|
||||
js-tokens "^4.0.0"
|
||||
|
||||
"@moxer/vscode-theme-generator@1.16.2":
|
||||
version "1.16.2"
|
||||
resolved "https://registry.yarnpkg.com/@moxer/vscode-theme-generator/-/vscode-theme-generator-1.16.2.tgz#60f93b5402ad06b80d001326bd607efb8d0d65d1"
|
||||
integrity sha512-fZGqoIsaEy46jfFAtULAIjhqV/i+Qe9IECPxls/IUyNyhUO45tDaLfUu4VHjZlHYFyg519iyyuiY8h0kKywsLg==
|
||||
"@moxer/vscode-theme-generator@1.16.7":
|
||||
version "1.16.7"
|
||||
resolved "https://registry.yarnpkg.com/@moxer/vscode-theme-generator/-/vscode-theme-generator-1.16.7.tgz#d12ad1d0130dd2a2691b623525d6f7c608992766"
|
||||
integrity sha512-OGbsAYqMVUkTkntOG6gLxS5PxV+zVnwKRz1JdywXXF6tPNznX2PIk2zFcz6dhNvEh3Mg0xhi3lGhJdIr6iE23A==
|
||||
dependencies:
|
||||
ansi-styles "^3.2.1"
|
||||
argparse "^1.0.10"
|
||||
|
|
Loading…
Reference in a new issue