mirror of https://github.com/helix-editor/helix
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
parent
db3383c76e
commit
e0b034dcd1
|
@ -168,6 +168,8 @@
|
||||||
"if"
|
"if"
|
||||||
"elif"
|
"elif"
|
||||||
"else"
|
"else"
|
||||||
|
"match"
|
||||||
|
"case"
|
||||||
] @keyword.control.conditional
|
] @keyword.control.conditional
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue