Add syntax highlighting for Python pattern matching

Add syntax highlighting for `match` and `case` keywords in Python
(https://peps.python.org/pep-0636/).
pull/1/head
Yuriy 2 years ago committed by Michael Davis
parent db3383c76e
commit e0b034dcd1

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

Loading…
Cancel
Save