diff --git a/CHANGELOG.md b/CHANGELOG.md index 4507adf..4fc48f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 更新日志 -## [1.3.0] 2018-12-11 +## [1.3.1] 2018-12-11 - 优化js/ts的语法高亮 - 优化md的高亮 diff --git a/package.json b/package.json index d38c268..37c5b02 100644 --- a/package.json +++ b/package.json @@ -3,15 +3,13 @@ "displayName": "米白色主题", "description": "🔥 米白色主题", "icon": "logo.png", - "version": "1.3.0", + "version": "1.3.1", "publisher": "yutent", "author": "Yutent [@yutent]", "engines": { "vscode": "^1.29.0" }, - "categories": [ - "Themes" - ], + "categories": ["Themes"], "repository": { "type": "git", "url": "https://github.com/yutent/one-plain.git" diff --git a/src/es.js b/src/es.js index 8c254d1..ca196c9 100644 --- a/src/es.js +++ b/src/es.js @@ -10,6 +10,7 @@ module.exports = [ 'support.constant.math', 'meta.class.extends.js variable.other.readwrite.js', 'meta.function-call.static.without-arguments.js variable.other.class.js', + 'meta.function-call.static.with-arguments.js variable.other.class.js', 'meta.property.class.js variable.other.class.js', 'variable.other.object.ts' ], diff --git a/themes/color-theme.json b/themes/color-theme.json index b4d1d92..9b5395c 100644 --- a/themes/color-theme.json +++ b/themes/color-theme.json @@ -484,7 +484,7 @@ }, { "name": "Class extends, build-in, dom", - "scope": "support.type.object.console.js, support.type.object.module.js, support.type.object.dom.js, support.constant.math, meta.class.extends.js variable.other.readwrite.js, meta.function-call.static.without-arguments.js variable.other.class.js, meta.property.class.js variable.other.class.js, variable.other.object.ts", + "scope": "support.type.object.console.js, support.type.object.module.js, support.type.object.dom.js, support.constant.math, meta.class.extends.js variable.other.readwrite.js, meta.function-call.static.without-arguments.js variable.other.class.js, meta.function-call.static.with-arguments.js variable.other.class.js, meta.property.class.js variable.other.class.js, variable.other.object.ts", "settings": { "fontStyle": "bold italic", "foreground": "#ffb62c"