<!--- This is a generic template and may not be applicable in all cases. --> <!--- Try to follow it where possible. --> ### Description of the Issue These 3 keywords are missing from C#: async, await, dynamic. Please add them to langs.xml ### Steps to Reproduce the Issue Open C# file, and write: public async Task MyFunction() { dynamic var = await MyOtherFunction(); }