Skip to content

Commit 60dabd5

Browse files
author
MattDMo
committed
Alphabetize keyword.control.flow
1 parent 3a32c73 commit 60dabd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonImproved-Unicode.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ patterns:
8484

8585
- comment: keywords that delimit flow blocks or alter flow from within a block
8686
name: keyword.control.flow.python
87-
match: \b(elif|else|except|finally|for|if|try|while|with|break|continue|pass|raise|return|yield|await)\b
87+
match: \b(await|break|continue|elif|else|except|finally|for|if|pass|raise|return|try|while|with|yield)\b
8888

8989
- comment: keyword operators that evaluate to True or False
9090
name: keyword.operator.logical.python

0 commit comments

Comments
 (0)