Tagged Questions
9
votes
2answers
232 views
How to get Google Prettify to render more like Visual Studio
I'm using Googles excellent Code Prettify and I'm quite happy with it.
But: Does anybody happen to have a alternate CSS stylesheet so it'll render a bit more like Visual Studios default coloring? ...
1
vote
1answer
56 views
Given a .SQL file on an internal website, what options are there for pretty formatting on the fly?
So I want to put the files up on my local server, for reference purposes and aside from my regular DVCS because this will turn into training material later. But I want to be able to pretty format the ...
0
votes
1answer
50 views
prettify doesn't highlight asp.net tags
I use google-code-prettify as my syntax highlighter, but i have a problem with asp.net tags, prettify doesn't recognize it, so code like this:
<asp:ScriptManager ID="ScriptManager1" ...