OrangeT / vim-csharp

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

Add attribute highlighting and don't require attributes to be on their own line #25

Closed j201 closed 9 years ago

j201 commented 10 years ago

Partially fixes #22.

Previously, if an attribute had code after it, it would break the highlighting for the rest of the file.

I also added attributes to the PreProc highlighting group, following the lead of the default vim Java annotation highlighting.