This is a known issue. Note that the problem is only in the strings coloring. It will work correctly.
BTW, you shouldn't use string literals here. Create a parameterized query instead. Otherwise your code will be open to SQL injections and escaping issues.