pull/6/head 1.3.1
宇天 2018-12-11 16:58:54 +08:00
parent eb09d91b05
commit d3448435c4
4 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# 更新日志 # 更新日志
## [1.3.0] 2018-12-11 ## [1.3.1] 2018-12-11
- 优化js/ts的语法高亮 - 优化js/ts的语法高亮
- 优化md的高亮 - 优化md的高亮

View File

@ -3,15 +3,13 @@
"displayName": "米白色主题", "displayName": "米白色主题",
"description": "🔥 米白色主题", "description": "🔥 米白色主题",
"icon": "logo.png", "icon": "logo.png",
"version": "1.3.0", "version": "1.3.1",
"publisher": "yutent", "publisher": "yutent",
"author": "Yutent [@yutent]", "author": "Yutent [@yutent]",
"engines": { "engines": {
"vscode": "^1.29.0" "vscode": "^1.29.0"
}, },
"categories": [ "categories": ["Themes"],
"Themes"
],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/yutent/one-plain.git" "url": "https://github.com/yutent/one-plain.git"

View File

@ -10,6 +10,7 @@ module.exports = [
'support.constant.math', 'support.constant.math',
'meta.class.extends.js variable.other.readwrite.js', 'meta.class.extends.js variable.other.readwrite.js',
'meta.function-call.static.without-arguments.js variable.other.class.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', 'meta.property.class.js variable.other.class.js',
'variable.other.object.ts' 'variable.other.object.ts'
], ],

View File

@ -484,7 +484,7 @@
}, },
{ {
"name": "Class extends, build-in, dom", "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": { "settings": {
"fontStyle": "bold italic", "fontStyle": "bold italic",
"foreground": "#ffb62c" "foreground": "#ffb62c"