Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c# syntax highlighting parameter named 'value' improperly #268

Closed
jrieken opened this issue May 2, 2016 · 1 comment
Closed

c# syntax highlighting parameter named 'value' improperly #268

jrieken opened this issue May 2, 2016 · 1 comment

Comments

@jrieken
Copy link
Contributor

jrieken commented May 2, 2016

From @Napean299792458 on April 30, 2016 13:47

  • VSCode Version: 1.0.0
  • OS Version: Windows 10 64-bit home

Steps to Reproduce:

namespace x {
public class ClassA<T>
{
   public class ClassAa<TT>
   {
      public bool MyMethod(string key, TT value)
      {
         return someObject.SomeCall(key, value); // on this line, 'value' is highlighted as though it were the keyword being used in a setter
      }
   }
}
}

Copied from original issue: microsoft/vscode#6018

@DustinCampbell
Copy link
Member

This should look much better in the next release:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants