YF
Size: a a a
YF
ED
YF
YF
ED
ED
ED
Б
Б
ВТ
A
Б
ВТ
а
Б
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
//following will be in italic (=FlottFlott)
"keyword.control.flow", //import, export, return…
"constant", //String, Number, Boolean…, this, super
"storage.modifier", //static keyword
"storage.type.class.js", //class keywo.languagerd
"storage.type.function.js", // function keyword
"keyword.operator.new.js", // new
"support.class.builtin.js", //String, Number, Boolean…,
"variable.language.this",
"variable.language.super", // this, super
"storage.type", // let, const, var
"keyword.control", //for, while
"keyword.operator.expression", // of, typeof
"support.variable.object.process.js"
],
"settings": {
"fontStyle": "italic",
"foreground": "#2896fd",
}
},
{
"scope": [
"keyword.operator.ternary", // ? :
"keyword.operator.bitwise", // | &
"keyword.operator.logical", // && ||
],
"settings": {
"foreground": "#2896fd",
}
},
{
"scope": [
"keyword.operator.expression", // of, typeof
],
"settings": {
"foreground": "#777777",
}
},
{
"scope": [
"constant.language.boolean.true",
],
"settings": {
"foreground": "#1f9b00",
}
},
{
"scope": [
"keyword.control", //for, while
"keyword.operator.expression.of", // of
],
"settings": {
"foreground": "#8a0b8f",
}
},
{
"scope": [
"storage.type", // let, const, var
],
"settings": {
"foreground": "#93c50b",
}
},
{
"scope": [
"constant.language.boolean.false",
"constant.language.null",
"keyword.control.flow",
],
"settings": {
"foreground": "#ff8eb0",
}
},
{
"scope": [
"support.type.property-name",
],
"settings": {
"foreground": "#2896fd",
},
},
{
"scope": [
"entity.other.attribute-name.pseudo-element.css",
"support.constant.color",
"constant.numeric.css",
],
"settings": {
"fontStyle": "italic",
"foreground": "#8a0b8f",
},
},
{
"scope": [
"support.function.misc.css",
"support.function.gradient.css",
],
"settings": {
"fontStyle": "italic",
"foreground": "#ff8eb0",
},
},
{
"scope": [
"support.constant.property-value.css",
],
"settings": {
"foreground": "#fc6a96",
},
},
{
"scope": [
"entity.other.attribute-name.pseudo-class.css",
],
"settings": {
"fontStyle": "italic",
"foreground": "#93c50b",
},
},
{
"scope": [
"entity.other.attribute-name.class.css",
],
"settings": {
"fontStyle": "bold"
},
},
{
"scope": [
//following will be excluded from italics (VSCode has some defaults for italics)
"invalid",
"keyword.operator",
"constant.numeric.decimal.js",
Б
"constant.numeric.json",
"storage.type.function.arrow",
"source.yaml",
"punctuation.definition.anchor.yaml",
"constant.language.boolean.yaml",
"storage.type.java",
"entity.name.type.class.java",
"storage.modifier.import.java",
"storage.modifier.package.java"
],
"settings": {
"fontStyle": ""
},
},
{
"scope": [
"keyword.other.DML.sql",
"variable.other.env"
],
"settings": {
"fontStyle": "",
"foreground": "#8a0b8f",
},
},
{
"scope": [
"support.function.expression.sql",
"keyword.other.alias.sql",
"support.function.aggregate.sql",
"variable.other.constant.property.js",
"constant.other.database-name.sql"
],
"settings": {
"fontStyle": "",
"foreground": "#0c62b3",
},
},
{
"scope": [
"keyword.other.sql",
"meta.embedded.block.sql",
"constant.other.table-name.sql",
"entity.name.type.class", //class names
],
"settings": {
"fontStyle": "",
"foreground": "#a31515",
},
},
]
},
СЛ
AB