@own^2
宇天 2021-11-09 12:01:14 +08:00
parent 57fa8f2fb5
commit 5fffcbc0a5
5 changed files with 16 additions and 16 deletions

0
fork Normal file
View File

View File

@ -3,7 +3,7 @@
"displayName": "one plain",
"description": "🔥 米白色主题",
"icon": "logo.png",
"version": "1.5.0",
"version": "1.6.0",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"engines": {

View File

@ -58,6 +58,7 @@ module.exports = [
scope: [
'keyword.control',
'meta.tag',
'punctuation.accessor.js',
'punctuation.definition.tag',
'punctuation.separator.inheritance.php',
'punctuation.definition.tag.html',
@ -92,7 +93,7 @@ module.exports = [
'entity.name.function',
'meta.function-call',
'variable.function',
'support.function',
'support.function.js',
'keyword.other.special-method',
'meta.block-level'
],
@ -283,10 +284,7 @@ module.exports = [
},
{
name: 'meta.method.js',
scope: [
'meta.class-method.js entity.name.function.js',
'variable.function.constructor'
],
scope: ['meta.class-method.js entity.name.function.js', 'variable.function.constructor'],
settings: {
foreground: '#6182B8'
}

View File

@ -8,6 +8,7 @@ module.exports = [
'support.type.object.module.js',
'support.type.object.dom.js',
'support.constant.math',
'support.constant.json',
'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',
@ -42,9 +43,7 @@ module.exports = [
{
name: 'js/ts doc email',
scope: [
'comment.block.documentation constant.other.email.link.underline.jsdoc'
],
scope: ['comment.block.documentation constant.other.email.link.underline.jsdoc'],
settings: {
fontStyle: 'italic underline'
}
@ -68,6 +67,7 @@ module.exports = [
'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: {
@ -123,7 +123,8 @@ module.exports = [
name: 'object keys',
scope: [
'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: {
fontStyle: 'italic bold',

View File

@ -229,7 +229,7 @@
},
{
"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": {
"foreground": "#ff5370"
}
@ -250,7 +250,7 @@
},
{
"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": {
"foreground": "#0096ff"
}
@ -514,7 +514,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.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": {
"fontStyle": "bold italic",
"foreground": "#ffb62c"
@ -553,7 +553,7 @@
},
{
"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": {
"fontStyle": "italic",
"foreground": "#be7ee7"
@ -584,7 +584,7 @@
},
{
"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": {
"fontStyle": "italic bold",
"foreground": "#90a4ae"
@ -898,5 +898,6 @@
"foreground": "#91B859"
}
}
]
],
"DOO": 2334
}