X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..54d707e10a5bf3d8d352c1bcbc7946bb6f3c01d7:/blib2to3/pgen2/token.py diff --git a/blib2to3/pgen2/token.py b/blib2to3/pgen2/token.py index 7599396..1a67955 100755 --- a/blib2to3/pgen2/token.py +++ b/blib2to3/pgen2/token.py @@ -62,8 +62,10 @@ OP = 52 COMMENT = 53 NL = 54 RARROW = 55 -ERRORTOKEN = 56 -N_TOKENS = 57 +AWAIT = 56 +ASYNC = 57 +ERRORTOKEN = 58 +N_TOKENS = 59 NT_OFFSET = 256 #--end constants--