Add syntax highlighting for Python pattern matching
Add syntax highlighting for `match` and `case` keywords in Python (https://peps.python.org/pep-0636/).
This commit is contained in:
parent
db3383c76e
commit
e0b034dcd1
1 changed files with 5 additions and 3 deletions
|
@ -168,6 +168,8 @@
|
|||
"if"
|
||||
"elif"
|
||||
"else"
|
||||
"match"
|
||||
"case"
|
||||
] @keyword.control.conditional
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue