Hi,

Perhaps this has come up before, but I feel it may be time to update the syntax highlighting in the code here in the forum, don't you think?

I mean the [HIGHLIGHT=vb.net]code...[/HIGHLIGHT] or [HIGHLIGHT=csharp]test[/HIGHLIGHT] tags specifically.
Their syntax highlighting seems rather arbitrary and doesn't match the default VS syntax highlighting at all. Would it be possible to change this?

Or would it be too much work? I can't really imagine that, there must be some kind of code you can simply edit to change the colors... What I see wrong specifically is that many keywords are colored in some kind of orange color. It shouldn't be too hard to make them blue? Also, every member (basically every word that follows a period ".") is turned blue, which is not the case in VS. Oh and strings are gray for some reason.
There are also a few keywords that aren't recognized but that's not really a big problem. So basically all that needs to change is the colors... That shouldn't be more than 10 seconds work if you got access to the syntax highlighting code I think?