atom / language-csharp

C# language support for Atom
Other
62 stars 53 forks source link

[c#] wrong colorization for unsafe code pointer #46

Closed aeschli closed 7 years ago

aeschli commented 8 years ago

From @jonnyguo1988 on December 8, 2015 7:7

pointer

hi please see the attachment, I'm writing unsafe code in c#, but the color for the parameters of pointers is wired, I think this should be a bug.

Thank you

Copied from original issue: Microsoft/vscode#1093

aeschli commented 8 years ago

Same problem with Atom (languages-csharp 0.11.0) image

damieng commented 7 years ago

Fixed in master, should ship in the next beta.

image