Skip to content

Python match / case syntax highlighting not working #168

@jessielw

Description

@jessielw

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

  • VSCode version: Latest
  • Theme version: Latest

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions