update
parent
57fa8f2fb5
commit
5fffcbc0a5
|
@ -3,7 +3,7 @@
|
||||||
"displayName": "one plain",
|
"displayName": "one plain",
|
||||||
"description": "🔥 米白色主题",
|
"description": "🔥 米白色主题",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"publisher": "yutent",
|
"publisher": "yutent",
|
||||||
"author": "Yutent [@yutent]",
|
"author": "Yutent [@yutent]",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -58,6 +58,7 @@ module.exports = [
|
||||||
scope: [
|
scope: [
|
||||||
'keyword.control',
|
'keyword.control',
|
||||||
'meta.tag',
|
'meta.tag',
|
||||||
|
'punctuation.accessor.js',
|
||||||
'punctuation.definition.tag',
|
'punctuation.definition.tag',
|
||||||
'punctuation.separator.inheritance.php',
|
'punctuation.separator.inheritance.php',
|
||||||
'punctuation.definition.tag.html',
|
'punctuation.definition.tag.html',
|
||||||
|
@ -92,7 +93,7 @@ module.exports = [
|
||||||
'entity.name.function',
|
'entity.name.function',
|
||||||
'meta.function-call',
|
'meta.function-call',
|
||||||
'variable.function',
|
'variable.function',
|
||||||
'support.function',
|
'support.function.js',
|
||||||
'keyword.other.special-method',
|
'keyword.other.special-method',
|
||||||
'meta.block-level'
|
'meta.block-level'
|
||||||
],
|
],
|
||||||
|
@ -283,10 +284,7 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'meta.method.js',
|
name: 'meta.method.js',
|
||||||
scope: [
|
scope: ['meta.class-method.js entity.name.function.js', 'variable.function.constructor'],
|
||||||
'meta.class-method.js entity.name.function.js',
|
|
||||||
'variable.function.constructor'
|
|
||||||
],
|
|
||||||
settings: {
|
settings: {
|
||||||
foreground: '#6182B8'
|
foreground: '#6182B8'
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,7 @@ module.exports = [
|
||||||
'support.type.object.module.js',
|
'support.type.object.module.js',
|
||||||
'support.type.object.dom.js',
|
'support.type.object.dom.js',
|
||||||
'support.constant.math',
|
'support.constant.math',
|
||||||
|
'support.constant.json',
|
||||||
'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.function-call.static.with-arguments.js variable.other.class.js',
|
||||||
|
@ -42,9 +43,7 @@ module.exports = [
|
||||||
|
|
||||||
{
|
{
|
||||||
name: 'js/ts doc email',
|
name: 'js/ts doc email',
|
||||||
scope: [
|
scope: ['comment.block.documentation constant.other.email.link.underline.jsdoc'],
|
||||||
'comment.block.documentation constant.other.email.link.underline.jsdoc'
|
|
||||||
],
|
|
||||||
settings: {
|
settings: {
|
||||||
fontStyle: 'italic underline'
|
fontStyle: 'italic underline'
|
||||||
}
|
}
|
||||||
|
@ -68,6 +67,7 @@ module.exports = [
|
||||||
'source.js support.function.node.js',
|
'source.js support.function.node.js',
|
||||||
'meta.group.braces.curly.js support.function',
|
'meta.group.braces.curly.js support.function',
|
||||||
'meta.function-call.ts support.function.ts',
|
'meta.function-call.ts support.function.ts',
|
||||||
|
'meta.function-call.js support.function.js',
|
||||||
'support.function.builtin.js'
|
'support.function.builtin.js'
|
||||||
],
|
],
|
||||||
settings: {
|
settings: {
|
||||||
|
@ -123,7 +123,8 @@ module.exports = [
|
||||||
name: 'object keys',
|
name: 'object keys',
|
||||||
scope: [
|
scope: [
|
||||||
'constant.other.object.key.js string.unquoted.label.js',
|
'constant.other.object.key.js string.unquoted.label.js',
|
||||||
'constant.other.object.key.js string.quoted.label.js'
|
'constant.other.object.key.js string.quoted.label.js',
|
||||||
|
'meta.objectliteral.js meta.object.member.js meta.object-literal.key.js'
|
||||||
],
|
],
|
||||||
settings: {
|
settings: {
|
||||||
fontStyle: 'italic bold',
|
fontStyle: 'italic bold',
|
||||||
|
|
|
@ -229,7 +229,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Operator, Misc",
|
"name": "Operator, Misc",
|
||||||
"scope": "keyword.control, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution",
|
"scope": "keyword.control, meta.tag, punctuation.accessor.js, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff5370"
|
"foreground": "#ff5370"
|
||||||
}
|
}
|
||||||
|
@ -250,7 +250,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Function, Special Method, Block Level",
|
"name": "Function, Special Method, Block Level",
|
||||||
"scope": "entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level",
|
"scope": "entity.name.function, meta.function-call, variable.function, support.function.js, keyword.other.special-method, meta.block-level",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#0096ff"
|
"foreground": "#0096ff"
|
||||||
}
|
}
|
||||||
|
@ -514,7 +514,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.function-call.static.with-arguments.js variable.other.class.js, meta.property.class.js variable.other.class.js",
|
"scope": "support.type.object.console.js, support.type.object.module.js, support.type.object.dom.js, support.constant.math, support.constant.json, meta.var.expr.js variable.other.object.js, 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",
|
||||||
"settings": {
|
"settings": {
|
||||||
"fontStyle": "bold italic",
|
"fontStyle": "bold italic",
|
||||||
"foreground": "#ffb62c"
|
"foreground": "#ffb62c"
|
||||||
|
@ -553,7 +553,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "build-in function",
|
"name": "build-in function",
|
||||||
"scope": "source.js support.function.node.js, meta.group.braces.curly.js support.function, meta.function-call.ts support.function.ts, support.function.builtin.js",
|
"scope": "source.js support.function.node.js, meta.group.braces.curly.js support.function, meta.function-call.ts support.function.ts, meta.function-call.js support.function.js, support.function.builtin.js",
|
||||||
"settings": {
|
"settings": {
|
||||||
"fontStyle": "italic",
|
"fontStyle": "italic",
|
||||||
"foreground": "#be7ee7"
|
"foreground": "#be7ee7"
|
||||||
|
@ -584,7 +584,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "object keys",
|
"name": "object keys",
|
||||||
"scope": "constant.other.object.key.js string.unquoted.label.js, constant.other.object.key.js string.quoted.label.js",
|
"scope": "constant.other.object.key.js string.unquoted.label.js, constant.other.object.key.js string.quoted.label.js, meta.objectliteral.js meta.object.member.js meta.object-literal.key.js",
|
||||||
"settings": {
|
"settings": {
|
||||||
"fontStyle": "italic bold",
|
"fontStyle": "italic bold",
|
||||||
"foreground": "#90a4ae"
|
"foreground": "#90a4ae"
|
||||||
|
@ -898,5 +898,6 @@
|
||||||
"foreground": "#91B859"
|
"foreground": "#91B859"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"DOO": 2334
|
||||||
}
|
}
|
Loading…
Reference in New Issue