Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python match / case syntax highlighting not working #168

Open
jessielw opened this issue Jun 6, 2024 · 0 comments
Open

Python match / case syntax highlighting not working #168

jessielw opened this issue Jun 6, 2024 · 0 comments

Comments

@jessielw
Copy link

jessielw commented Jun 6, 2024

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant