Share on Facebook
I don't know why Jean-Claude Manoli's code formatter wasn't working correctly for aspx code even though the code was prepared for it for what I saw; so I modified it a little (the problem may have been me though)
I really HATE regular expressions, so this code I added is most probably far from correct, but I got it working after trial and errors, and debugging. Feel free to improve it, but I'm not interested in lessons on RegEx because I don't really want to have anything to do with them =)
The output from the original code was this:
And with my little modification, it changes to this:
Here is the class I modified
and the entire project with that class in it
All credit goes to Jean-Claude Manoli
The next step is coloring class names like VS.NET 2008, but that is a little more complicated I think...