parent
eb09d91b05
commit
d3448435c4
|
@ -1,7 +1,7 @@
|
|||
# 更新日志
|
||||
|
||||
|
||||
## [1.3.0] 2018-12-11
|
||||
## [1.3.1] 2018-12-11
|
||||
- 优化js/ts的语法高亮
|
||||
- 优化md的高亮
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
],
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue