We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a8e73 commit 681aba3Copy full SHA for 681aba3
grammars/python.cson
@@ -848,7 +848,7 @@
848
'generic_names':
849
'match': '[A-Za-z_][A-Za-z0-9_]*'
850
'illegal_names':
851
- 'match': '\\b(and|as|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|nonlocal|not|or|pass|print|raise|return|try|while|with|yield|await)\\b'
+ 'match': '\\b(and|as|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|nonlocal|not|or|pass|print|raise|return|try|while|with|yield|await|async)\\b'
852
'name': 'invalid.illegal.name.python'
853
'keyword_arguments':
854
'begin': '\\b([a-zA-Z_][a-zA-Z_0-9]*)\\s*(=)(?!=)'
0 commit comments