Add syntax highlighting for Python pattern matching

Add syntax highlighting for `match` and `case` keywords in Python
(https://peps.python.org/pep-0636/).
pull/4576/head
Yuriy 2022-11-01 18:01:01 +01:00 committed by Michael Davis
parent db3383c76e
commit e0b034dcd1
1 changed files with 5 additions and 3 deletions

View File

@ -168,6 +168,8 @@
"if"
"elif"
"else"
"match"
"case"
] @keyword.control.conditional
[