I am trying to see how new C# 5.0 asynchronous (CTP) features will work. I also use ReSharper. But because it is only a CTP, ReSharper doesn't support new keywords (async/await) and highlights them as errors.
This is how it looks (code from CTP samples)
Is it possible to make ReSharper just skip these words for now?
UPDATE
I tried Early Access Program ReSharper build 6.0.2151.53 (10 May 2011) with no luck. The issue is still there so if you want it to be resolved give your vote here (following Peter's answer).
Alt
+Enter
and see what options came up in the context menu. – Fadden