0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Update Python syntax highlighting

This commit is contained in:
Kristi Russell 2023-08-02 00:39:17 -04:00
parent c2f126cf03
commit c8a35f2005
3 changed files with 33 additions and 32 deletions

View file

@ -434,8 +434,11 @@
}
},
{
"name": "Fix YAML block scalar",
"scope": "keyword.control.flow.block-scalar.literal",
"name": "Fix YAML block scalar, Python Logical",
"scope": [
"keyword.control.flow.block-scalar.literal",
"keyword.control.flow.python"
],
"settings": {
"fontStyle": ""
}
@ -493,14 +496,8 @@
"punctuation.definition.constant",
"constant.language",
"constant.numeric",
"support.constant"
// "constant.language.null",
// "constant.language.undefined",
// "constant.language.go",
// "constant.language.boolean",
// "constant.language.json",
// "constant.language.infinity",
// "constant.language.nan"
"support.constant",
"constant.other.caps"
],
"settings": {
"foreground": "#ff9e64"
@ -512,7 +509,8 @@
"string",
"constant.other.symbol",
"constant.other.key",
"meta.attribute-selector"
"meta.attribute-selector",
"string constant.character"
],
"settings": {
"fontStyle": "",
@ -726,7 +724,10 @@
"support.variable",
"string constant.other.placeholder",
"variable.parameter.handlebars",
"variable.other.object"
"variable.other.object",
"meta.fstring",
"meta.function-call meta.function-call.arguments"
],
"settings": {
"foreground": "#c0caf5"

View file

@ -454,8 +454,11 @@
}
},
{
"name": "Fix YAML block scalar",
"scope": "keyword.control.flow.block-scalar.literal",
"name": "Fix YAML block scalar, Python Logical",
"scope": [
"keyword.control.flow.block-scalar.literal",
"keyword.control.flow.python"
],
"settings": {
"fontStyle": ""
}
@ -514,13 +517,7 @@
"constant.language",
"constant.numeric",
"support.constant",
// "constant.language.null",
// "constant.language.undefined",
// "constant.language.go",
// "constant.language.boolean",
// "constant.language.json",
// "constant.language.infinity",
// "constant.language.nan"
"constant.other.caps"
],
"settings": {
"foreground": "#965027"
@ -532,7 +529,8 @@
"string",
"constant.other.symbol",
"constant.other.key",
"meta.attribute-selector"
"meta.attribute-selector",
"string constant.character"
],
"settings": {
"fontStyle": "",
@ -757,6 +755,8 @@
"string constant.other.placeholder",
"variable.parameter.handlebars",
"variable.other.object",
"meta.fstring",
"meta.function-call meta.function-call.arguments"
],
"settings": {
"foreground": "#343b58"

View file

@ -433,8 +433,11 @@
}
},
{
"name": "Fix YAML block scalar",
"scope": "keyword.control.flow.block-scalar.literal",
"name": "Fix YAML block scalar, Python Logical",
"scope": [
"keyword.control.flow.block-scalar.literal",
"keyword.control.flow.python"
],
"settings": {
"fontStyle": ""
}
@ -493,13 +496,7 @@
"constant.language",
"constant.numeric",
"support.constant",
// "constant.language.null",
// "constant.language.undefined",
// "constant.language.go",
// "constant.language.boolean",
// "constant.language.json",
// "constant.language.infinity",
// "constant.language.nan"
"constant.other.caps" // Python global
],
"settings": {
"foreground": "#ff9e64"
@ -511,7 +508,8 @@
"string",
"constant.other.symbol",
"constant.other.key",
"meta.attribute-selector"
"meta.attribute-selector",
"string constant.character"
],
"settings": {
"fontStyle": "",
@ -726,6 +724,8 @@
"string constant.other.placeholder",
"variable.parameter.handlebars",
"variable.other.object",
"meta.fstring",
"meta.function-call meta.function-call.arguments"
],
"settings": {
"foreground": "#c0caf5"