Syntax highlighting incorrect in vscode.python for the word 'file' (#191111)

* Syntax highlighting incorrect in vscode.python for the word 'file'
Fixes #188190

* Update colorization test
This commit is contained in:
Alex Ross
2023-08-23 23:17:23 +02:00
committed by GitHub
parent 557695b920
commit f605341af6
13 changed files with 42 additions and 27 deletions

View File

@@ -3,7 +3,11 @@
"name": "Light High Contrast",
"tokenColors": [
{
"scope": ["meta.embedded", "source.groovy.embedded"],
"scope": [
"meta.embedded",
"source.groovy.embedded",
"variable.legacy.builtin.python"
],
"settings": {
"foreground": "#292929"
}