All Questions
3 questions
0
votes
0
answers
24
views
Get keyword not highlighted (SO) [duplicate]
When I was browsing SO, I came upon a unexpected syntax highlighting quirk. In C# code, the "set" keyword, used in properties, was highlighted, but not "get". Could this be changed?
Here's a sample ...
18
votes
1
answer
1k
views
google-code-prettify seems dead
The code formating engine used by SO (google-code-prettify) seems dead (lasts two commits have been made on sep 2013 & mar 2014). As stated on this post, each code-formatting request have to be ...
5
votes
2
answers
159
views
Code formatting does not work for JavaScript [closed]
I think it used to work in the past but now code highlight has no effect on JavaScript whatsover.
jQuery example:
$(document).keypress(function (event) {
var key = String.fromCharCode(event....