akamud / vscode-theme-onedark

VSCode Theme based on Atom's One Dark theme
MIT License
283 stars 198 forks source link

Python match / case syntax highlighting not working #168

Open jessielw opened 1 month ago

jessielw commented 1 month ago

Please provide as much information as possible, usually I need these information to actually start working on an issue, so try to fill as much of these as possible

Sample code

match self:
    case Profile.BASIC:
        return "basic"
    case Profile.ADVANCED:
        return "advanced"
    case Profile.SUPER_ADVANCED:
        return "super advanced"

Filename and Language selected

Python (py file)

Atom Original theme Screenshot

[Screenshot of your code inside Atom, under same conditions, showing how the coloring should look]

VSCode theme Screenshot

image

Versions used

Extra information

[Any other information that might be useful]
[Are you using a Plugin? Some languages (like Rust) require a plugin from the Marketplace to work on VSCode, please tell us if you are using any plugins that can be affecting the way VSCode renders your code]