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).
The Early Release of Resharper 6.1 now supports the async CTP.
If you can, it'd probably be worth waiting for the proper release version though.