For questions about and issues with the way Stack Exchange sites use the "prettify" library for syntax highlighting.

learn more… | top users | synonyms

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 ...
110
votes
1answer
12k 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 ...
18
votes
1answer
639 views

Syntax highlighting: what about answering with a different language than the one used in the question?

Sometimes, it can be useful to quote a different language to the one used in the question. For example, one might be interested in the C source code of a language interpreter in order to understand ...
8
votes
1answer
103 views

There's a bug in the syntax highlighting

This is intended to be a faq and canonical answer to all the syntax highlighting bugs reported. There's a bug in the syntax highlighting for the foo tag: It's not highlighting the bar keyword ...
26
votes
1answer
561 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, ...
19
votes
1answer
312 views

Implement (e.g.) <!— language: lang-css --> in preview

Okay, so we've got Interface options for specifying language prettify implemented now, which is fantastic! There's a little bitty problem, though: As it stands, this doesn't work right in previews. ...
2
votes
1answer
111 views

Formatting bug causing code to not show up [duplicate]

Possible Duplicate: Unbalanced blank lines after inline HTML comments might break formatting In this post: Formatting Sandbox the preview shows code (stuff indented 4 spaces), while the ...
12
votes
3answers
319 views

Allow `class` attribute for `<code>` tag [duplicate]

Possible Duplicate: Syntax highlighting hints As we all know, prettify.js, which is used by Stackoverflow for syntax highlighting, allows the specification of the intended language. ...
5
votes
2answers
7k views

stackoverflow syntax highlighting [duplicate]

Possible Duplicate: Syntax highlighting hints When using SO's code blocks, can you control how syntax highlighting is performed? Many times, I've pasted (for example) some shell output into ...
12
votes
6answers
482 views

Code-Coloring for Inline-Code in Answers

Is there a reason that inline-code (with ``, of course) in answers is excluded from the prettify-process? Sometimes a piece of code is a bit too small to be blessed with its own blockquote, and so ...
5
votes
1answer
272 views

Cannot apply same language hint in multiple code blocks

Now that syntax highlighting hints have now been implemented, I've been going through the answers I can remember that did not have syntax highlighting (due to the tags) and add the hints. However, I ...
4
votes
2answers
144 views

First letters of XML attributes not colored correctly if capitalized [duplicate]

If the first character(s) of an XML attribute are capitalized, they don't get colored in the usual attribute way: <element InitialCap="1" initialLower="2" ALLCAPS="3" SOMEcaps="4" /> It would ...
3
votes
1answer
329 views

HTML markup blocks don't highlight as HTML in [css] questions automatically

Code blocks predominantly containing HTML are always highlighted as CSS the moment a question bears the css tag, regardless of whether or not the html tag is present. I always need to force HTML ...
3
votes
2answers
140 views

Syntax highlighting broken [duplicate]

Syntax highlighting seems to have been broken recently. For example see the code example at: http://stackoverflow.com/questions/1423282/wpf-textblock-padding-is-cutting-off-text All the attributes' ...
2
votes
1answer
132 views

Is <!— language: lang-blah --> deployed and supposed to work on SE sites such as Programmers?

I've tried it, but it has no effect on Programmers.SE, even though it seems to work here on meta. I see it's been only about 6 weeks since this feature was implemented — does it usually take ...
-2
votes
1answer
156 views

Can we please have code formatting tools?

Ahhh! My eyes! Seriously, looking at some posts like this one and this (see revision history) can make you go blind. Can we please have some sort of a code formatting tool like JSLint or something? ...
15
votes
3answers
320 views

Can c# comments be green and not light gray?

I'm pretty sure just about everybody in the universe who codes c# has configured their code comments to be green. In fact, I don't know any language where people tend to color their comments in ...
13
votes
1answer
171 views

Syntax highlighting for C doesn't properly recognize `restrict` as a keyword [duplicate]

And while we're at it, C11 adds some keywords like _Atomic as well. Is this the right way to submit requests for addition, or would it be better to ask for it in the 'Google Code Prettify' project? ...
10
votes
1answer
150 views

“sql-server” type tags not defaulting to SQL-lang for the code editor (prettify)

I know how to override the language chosen, and I believe that the chosen language is driven by the tags. I'm not asking for So if a question is tagged C#, and I want to post a SQL Server stored ...
10
votes
1answer
120 views

Syntax highlighting language hints being overridden after loading

I just want to report something that appears to be a bug. Adding language hints to code blocks has been working great so far. If we give it a hint, it will give us the right highlighting right? Well, ...
5
votes
2answers
279 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 ...
4
votes
1answer
84 views

Inconsistent highlighting of HTML block

This question has this block of HTML: <h4 class="toggle">Title1</h4> <h4 class="toggle">Title2</h4> <h4 class="toggle">Title3</h4> <div ...
1
vote
0answers
160 views

Allow declaration of programming language for syntax highlighting [duplicate]

Possible Duplicate: Syntax highlighting hints The parser for code blocks has some kind of heuristic (the "Prettify" library, IIUC) for guessing what programming language syntax to use for ...
0
votes
3answers
188 views

WMD/Prettify does not support dot character for XML elements [duplicate]

The WMD (or possibly Prettify) does not support the dot (.) character for elements, despite it being part of the XML Specification. This comes up on StackOverflow with XAML related questions. Below ...
-6
votes
2answers
302 views

Use the same colors as Visual Studio for prettify.css [closed]

I'm pretty sure stackoverflow already uses the same color as VS for everything except comments, which are displayed gray: /* Test */ I think it's much better to display them in green-ish (same ...