This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Commit 681aba3
authored
Added async (line 851)
Added keyword async:
```
'illegal_names':
'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'
'name': 'invalid.illegal.name.python'
```1 parent d4a8e73 commit 681aba3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
851 | | - | |
| 851 | + | |
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
| |||
0 commit comments