13
votes
1answer
93 views

Add syntax highlighting for posts with the [go] tag

Posts with the go tag currently do not have syntax highlighting applied. When I manually set a code block's language with <!-- language: lang-go -->, the syntax highlighting works as expected. ...
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 ...
5
votes
1answer
176 views

Unable to force Python syntax-highlighting

I have asked a question related to web2py—an open-source Python web-framework—that includes a code snippet. Unfortunately it didn't syntax highlight by default, so—following the docs—I added the ...
7
votes
1answer
121 views

What happened to the syntax highlighting here on meta?

I can understand there not being any highlighting by default, but it's difficult to demonstrate problems with the highlighting here (besides this one, obviously) when you can't even do it by specific ...
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, ...
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 ...
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 ...
6
votes
2answers
428 views

Please add a “prettyprint” class when explicitly defined class with <!— language: something -->

Please add a "prettyprint" CSS class when explicitly defining class with <!-- language: something --> regardless of there being no valid language tag. It is inspired by question Syntax ...
2
votes
1answer
174 views

Manual Prettify does not work for “js” but “javascript” works

Manual Prettify does not work for "js" but "javascript" works <!-- language: js --> got rendered as language "default", but <!-- language: javascript --> properly rendered as ...
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 ...
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 ...
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 ...
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. ...
0
votes
0answers
67 views

Code coloring seems to have gone haywire [duplicate]

Possible Duplicate: First letters of XML attributes not colored correctly if capitalized I've been noticing today that the first character of each attribute name in markup code is black, and ...
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 ...
1
vote
2answers
149 views

Syntax highlighting fails to highlight “abstract” correctly [duplicate]

I've just noticed that the syntax highlighting no longer highlights C# "abstract" keyword correctly: http://stackoverflow.com/questions/1540070/is-this-an-abuse-of-the-type-system/1540083#1540083 ...
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' ...
6
votes
3answers
155 views

Would it be possible for the syntax highlighter to allow for SQL capitalization? [duplicate]

I've noticed that the syntax highlighter for code samples does not work with capitalization for SQL. I just posted a question on SO and had to spend a couple extra seconds to modify it to get the ...