wjhol / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
0 stars 0 forks source link

Support async and await keywords in c# #265

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The current version of c# supports some new keywords for asynchronous 
programming, and they are "async" and "await".

Please add them to the c# keywords so it will highlight them.

Original issue reported on code.google.com by pedrola...@gmail.com on 19 Feb 2013 at 9:26

GoogleCodeExporter commented 8 years ago
The same goes for "yield".

Original comment by alxa...@alxandr.me on 1 Aug 2013 at 8:28

GoogleCodeExporter commented 8 years ago
Actually, yield should only be considered a keyword if followed by "break" or 
"return".

Original comment by alxa...@alxandr.me on 1 Aug 2013 at 8:29