1587 / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Support new Python 3.5 keywords and builtins (syntax) #392

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The attached patch adds highlighting for new coroutines:

  async def foo():
     await b()

and new builtins -- StopAsyncIteration and RecursionError

Original issue reported on code.google.com by yseliva...@gmail.com on 11 Aug 2015 at 6:55

Attachments:

GoogleCodeExporter commented 9 years ago
Please contact the maintainer of the syntax file. He will then send updated 
files for inclusion with Vim to Bram.

Original comment by chrisbr...@googlemail.com on 11 Aug 2015 at 7:06