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

@@ -38,7 +38,8 @@
"scope": [
"meta.embedded",
"source.groovy.embedded",
"string meta.image.inline.markdown"
"string meta.image.inline.markdown",
"variable.legacy.builtin.python"
],
"settings": {
"foreground": "#000000ff"