File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Victor Petrovykh <victor@magic.io>
2
2
Yury Selivanov <yury@magic.io>
3
+ Joe Smo <joesmo.joesmo12@gmail.com>
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ repository:
288
288
(?x)
289
289
\\ b(?<!\\ .)(
290
290
async | continue | del | assert | break | finally | for
291
- | from | elif | else | if | except | pass | raise
291
+ | from | elif | else | if | except | pass | raise | match | case
292
292
| return | try | while | with
293
293
)\\ b
294
294
Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ it's probably control flow like:
450
450
<string >(?x)
451
451
\b(?< !\.)(
452
452
async | continue | del | assert | break | finally | for
453
- | from | elif | else | if | except | pass | raise
453
+ | from | elif | else | if | except | pass | raise | match | case
454
454
| return | try | while | with
455
455
)\b
456
456
</string >
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ repository:
378
378
(?x)
379
379
\b(?<!\.)(
380
380
async | continue | del | assert | break | finally | for
381
- | from | elif | else | if | except | pass | raise
381
+ | from | elif | else | if | except | pass | raise | match | case
382
382
| return | try | while | with
383
383
)\b
384
384
- name : storage.modifier.declaration.python
You can’t perform that action at this time.
0 commit comments