Tagged Questions
2
votes
1answer
154 views
What is the better highlighting language for http Apache conf
I'm looking for the best way to highlight Apache HTTP configuration :
Here an example with lang-java :
Here an example with lang-xml, which really not satisfy me:
<VirtualHost *:80>
...
24
votes
1answer
525 views
What's happening to syntax highlighting for [css] questions?
I just noticed that the prettify language hint for questions tagged css has been changed to lang-default; it was lang-css before. While this allows HTML code blocks to be highlighted as HTML, ...
6
votes
1answer
89 views
Can [sencha-touch]-tagged posts be associated with lang-js for Prettify purposes?
sencha-touch (along with almost all of the Sencha tags) will all have their code examples written in javascript.
Since the language type for prettify is inferred from the tags, I'm suggesting that ...
0
votes
1answer
115 views
Where can I find a documentation for the prettify code script stackoverflow uses? [duplicate]
Possible Duplicate:
StackOverflow's code color-coding script. Available?
The formated code tag seems to be rendered with a JavaScript library called prettify. Is this something Open ...
5
votes
2answers
274 views
Prettify hates sql, or How do I get Prettify to Properly Handle SQL?
None of these appear to be working... Edit to see the ways and means it fails.
language: lang-sql, no indent on Prettify comment
Select * from Foo where Foo.bar == "baz"
language: sql, no ...
58
votes
23answers
8k views
Changes to syntax highlighting
locked for the history - please post bugs and feature-requests separately.
-Shog9
We're changing the way syntax highlighting is done on the Stack Exchange engine.
As you probably know, we ...
109
votes
1answer
11k views
Interface options for specifying language prettify
I'm the maintainer for Google Code Prettify.
Markup authors can specify the language for source code, but not markdown authors.
Are the SO admins interested in a way of doing this?
If so, might the ...
0
votes
1answer
146 views
How to highlight the code
I have been read Javascript code prettifier, but I still didn't understand how to use prettify here on Stack Exchange sites... I can't copy highlighted text and I can reference the prettyfy function ...
