A long time ago I made a PR to improve C# syntax in Sublime.
The thing is it’s not just a simple improvement it’s a complete lifting.
Indeed the original C# syntax was just a list of keyword to highlight.
Here I tried doing something more ambitious with proper detection of types and support of generics.
It also supports the latest C# 6 features, and I’m already preping for C# 7
One year and 37 commits later the syntax starts looking pretty good (IMHO better that what VS do) but it hasn’t been battle tested by hords of C# developers using delegates, async and other nasty things. I don’t know if there is a lot of people using Sublime for coding in C# or just browsing code, so I hope someone get my message in a bottle.
If you want to improve the futur of C# in Sublime, go to my repo (branch master), grab the C# folder and symlink it or copy-paste it in your Packages folder, and tell me what you think.