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

Add syntax highlighting and indentation for Python pattern matching expressions #4560

Merged
merged 2 commits into from
Nov 2, 2022

Commits on Nov 1, 2022

  1. Add syntax highlighting for Python pattern matching

    Add syntax highlighting for `match` and `case` keywords in Python
    (https://peps.python.org/pep-0636/).
    ygabuev committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    abf24bd View commit details
    Browse the repository at this point in the history
  2. Add indentation for Python pattern matching

    Add indentation for `match` and `case`.
    ygabuev committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    11da51e View commit details
    Browse the repository at this point in the history