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
