[Python] Add missing keywords 'async' and 'await' to pythonkw.swg.
This commit is contained in:
parent
61074d43ba
commit
83ab3567dc
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
PYTHONKW(and);
|
||||
PYTHONKW(as);
|
||||
PYTHONKW(assert);
|
||||
PYTHONKW(async);
|
||||
PYTHONKW(await);
|
||||
PYTHONKW(break);
|
||||
PYTHONKW(class);
|
||||
PYTHONKW(continue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue