OrangeT / vim-csharp

Enhancement's to Vim's C-Sharp Functionality
117 stars 39 forks source link

"in" keyword not being highlighted. #33

Closed OskarSigvardsson closed 7 years ago

OskarSigvardsson commented 9 years ago

I've been noticing that the "in" keyword in foreach-loops isn't highlighting properly in my vim. All other keywords (as far as I've seen) works just fine except for in. Here's an image showing what I mean:

screenshot

See what I mean? "in" should be green or orange or something. I'm using MacVim and the Solarized Light color scheme, if that makes any difference.

I checked the source and saw that "in" was listed in syntax/cs.vim under "csUnspecifiedStatement", just like "as" is, and "as" highlights just fine, so I have no idea what's causing it, or if it's a widespread problem or just happens to me.

It's not the most urgent fix in the universe, but it bugs me every I see it, so I figured I'd post here :)

kianryan commented 7 years ago

Hi, please see latest commits, this should now be supported.

OskarSigvardsson commented 7 years ago

Indeed, seems to work fine now. Thanks a lot!