c# reserved keywords syntax highlight bug

Summary

struct is a reserved c# keyword, and as such is properly highlighted. But it's also highlighted when it's part of a word (for example, a field).

Steps to reproduce

Commit code which contains struct.

Expected behavior

The name of the field should be highlighted completely blue

Relevant logs and/or screenshots

Pasted_image_at_2016_05_25_10_36