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 ...
1
vote
1answer
58 views

<!— language: css --> markdown doesn't work properly

Based on http://stackoverflow.com/editing-help#syntax-highlighting I shouldn't need to give the lang- prefix when specifying a language for a tag, however this doesn't appear to be the case for CSS. ...
0
votes
0answers
62 views

No default syntax highlighting for questions tagged c++-cx

I noticed that this question didn't have any syntax highlighting for its code, even though the question was correctly tagged with the language c++-cx.
1
vote
0answers
23 views

syntax highlighting for code blocks in answers to general questions [duplicate]

A while ago I flagged this answer for moderator attention, because the code example has no syntax highlighting. My flag got declined because - quote from the moderator: Unfortunately, not in a ...
0
votes
1answer
69 views

Preserve empty lines and indenting in code blocks [closed]

I cannot make my code blocks preserve indenting and empty lines. For example, see my answer at windows check remote file Interestingly the same markup works as expected here on meta: @echo off set ...
2
votes
1answer
35 views

Syntax highlighter failing for specific code block

Something in the following JavaSript code block seems to be confusing the syntax highlitgher: var data = JSON.parse(jsonstr); //parse the JSON to a JS object var ids = []; for(var i=0; ...
9
votes
1answer
87 views

How to add syntax highlighting for new language

Is there already a standard way for introducing syntax highlighting for a language (and tag) that did not previously have it? I would like to have syntax highlighting for the isabelle tag, since code ...
4
votes
2answers
90 views

How to hint objective-c code?

I have checked the language hint list and could not find one for objective-c. My question is how should I give an objective-c hint?
1
vote
0answers
82 views

is there a lang-powershell option for prettify

I wrote an answer on SO with some PowerShell code examples, but there's no syntax highlighting. Is there a way to force the highlighting for powershell? and if not, is there another (similar) ...
0
votes
0answers
16 views

Syntax highlighting for JSP [duplicate]

Is there any syntax highlighting for JSP when you provide a code snippet in a question/answer? Moreover, is there anywhere a list of all syntax highlighting available?
1
vote
2answers
61 views

Glitch in C#-Syntax highlighter [closed]

I just observed a small glitch in the C#-syntax-highlighter in this answer: The Word Remove should be completely black. Reproduced with IE9 and SRWare Iron. EDIT: I retagged that to support, ...
-4
votes
1answer
62 views

How can I use syntax highlighting in comments? [duplicate]

Possible Duplicate: Can we enable syntax highlighting for code in comments? How to use formatting in comments? How can I use syntax highlighting in comments, if I need to include some ...
1
vote
1answer
54 views

syntax highlighting with jquery not working

I can't figure out why this question I have on SO doesn't do syntax highlighting. Usually I don't have to do anything as long as I've got the tag in place (in this case jquery). I've also tried: ...
8
votes
3answers
112 views

Python syntax not highlighting

I created an answer here: http://stackoverflow.com/a/11934671/1442342 But the Python syntax is not highlighting. Does the tag python-2.7 not give a highlighting hint or have I done something wrong?
2
votes
1answer
46 views

Shouldn't the matplotlib tag have python syntax highlighting?

Can we force questions that are tagged matplotlib and pylab to have the python syntax-highlighting? Since matplotlib/pylab is a python-only library I don't see why this would be a problem. I've been ...
5
votes
0answers
56 views

Python tag based syntax highlighting [duplicate]

Currently the python tag sets syntax highlighting to python, but the python-2.7 tag does not. Should this be the case?
-2
votes
1answer
111 views

CSS Syntax Highlighting doesn't work [duplicate]

Possible Duplicate: How do I format my code blocks? I have added the <!-- lang-css --> code to CSS3Pie doesn't apply, instead border disappears (in the edit queue currently), but ...
3
votes
1answer
60 views

Problems with Python syntax highlight in some cases?

While browsing StackOverflow, I stumbled onto this question, and noticed that the syntax highlighting was off, even though the code in the question was formatted properly and the question was properly ...
3
votes
1answer
119 views

Java's keyword “interface” not highlighted properly [closed]

The interface keyword is not being highlighted. Even though the code block is recognized to be Java, the interface keyword is marked up by Prettify to be a plaintext. public interface YUNoHighlightMe ...
1
vote
2answers
217 views

Brace match syntax highlighting in posts

Is it possible to make brace match syntax highlighting in posts ? When reading a post with long code blocks that have many loops and inner loops, it would be helpful to find where a particular block ...
0
votes
1answer
638 views

How to insert code in stack overflow [duplicate]

Possible Duplicate: How do I format my code blocks? I did the following: I wrote my question, paste my code, then click {} from the format toolbar. My code turns to grey-colored, but is not ...
2
votes
1answer
51 views

Does Blogoverflow support code syntax highlighting?

I don't seem to see where it says that the blog engine in use supports syntax highlighting for code and the like, does the current configuration support syntax highlighting, and if so, how do I use ...
2
votes
2answers
117 views

Mark two languages in one code block

I have this question. I reformatted it, to get better view and syntax-highlighting. Referring to this and this, there is special markdown to force special highlighting. But that has one requirement: ...
2
votes
1answer
139 views

Syntax highlight issue for C variables starting with uppercase letter

The syntax highlighter works well, in most cases. But there's one point that irks me. In C programs, the highlighter gives variables that start with an uppercase letter a different colour. See this ...
1
vote
1answer
31 views

Special code format/ highlighting/ code-escaping

I found a question like this. My problem now is that /* leads inside this codeblock to starting a comment. But it is no comment after this sign. I found this earlier, too. And I didn't find a sample ...
2
votes
1answer
147 views

List of languages for syntax highlight

When putting some code sections into SO questions, the system tries to detect the language and automagically colorizes the code but sometimes if the excerpt of code is small enough it cannot get the ...
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
87 views

When should the code language associated with a tag changed from “none” to “default”?

I noticed that for newly created tags, the code language (which is used when highlighting the code written in a post) is by default set to "none." I get there must be a reason for using that as ...
2
votes
1answer
91 views

What determines syntax highlighting happening in code blocks?

I've added the complete code at the bottom of this question with a simple test that the answerers help to produce (I want to do this as a sort of Stack Overflow best practice), but I'm noticing ...
4
votes
1answer
103 views

Syntax highlighting is incorrect for a question tagged both C# and VB.NET [duplicate]

Possible Duplicate: Interface options for specifying language prettify It seems that questions tagged both C# and VB.NET have C# syntax highlighting applied (possibly because it is first ...
4
votes
1answer
109 views

Why doesn't Stack Overflow highlight the “get” and “set” keywords? (C#)

Ok, сontinuing the theme of highlighting. Why doesn't Stack Overflow highlight the "get" and "set" keywords? Even with <!-- language: lang-c# -->: public class Something { private readonly ...
3
votes
2answers
80 views

Why doesn't Stack Overflow highlight the “namespace” and “using” keywords?

In code blocks keywords "namespace" and "using" are not highlighted (e.g. for c# code). <!-- language: c# --> does not help. c# tag neither.
5
votes
1answer
186 views

Code not getting syntax highlighted [duplicate]

Possible Duplicate: Why isn't syntax highlighting working in a question? For some reason, the code here is not getting syntax-highlighted. Perhaps it's a problem with my browser/cache ...
3
votes
1answer
251 views

Syntax Highlight sometimes not working [duplicate]

Possible Duplicate: Why isn't syntax highlighting working in a question? Why isn't code coloured as it should be? I do not get it. If you look at this answer, you can see that the ...
2
votes
1answer
74 views

Code highlighting no longer displaying

Today, when I've been visiting the various SE sites (especially SO), the code syntax highlighting hasn't been kicking in. Instead, this is what I see: I've restarted my computer, restarted Chrome, ...
0
votes
0answers
71 views

Slight issue with single quotes in code editor

This is quite similar to SEDE Sql Highlighter is borked for aliases with single quotes which was apparently fixed in 2010. Mine is slightly different. If you look at my answer to ...
2
votes
1answer
77 views

MVVM tag language hint seems off

Been wondering about this for a while now, the mvvm tag seems to have an XML-language-hint. Here is an example question which has both C# and XAML code, as one can see the C# is also in XML ...
3
votes
1answer
39 views

Why is the syntax highlighting incorrect for this answer?

This answer has the following content: <!-- language: lang-js --> var d = $('#mydiv'); // Move down by 50px d.css({top:d.position().top+50+'px'}); If I put it here, it looks ...
2
votes
2answers
58 views

Did I do my syntax highlighting wrong? If so, what is the right way?

I tried setting a syntax type based on Jeff's Hints, but it doesn't seem to be working properly. Did I do it wrong? http://stackoverflow.com/a/8546141/124069
4
votes
1answer
190 views

Why do questions containing Java + XML format nicely, but C# + XML do not?

I saw a question on Stack Overflow tagged spring: 'Could not autowire field' exception in Spring The post contains both XML- and Java code. To my surprise, this question correctly ...
4
votes
1answer
61 views

Html is dominant in code sections

I noticed that if a code section that's clearly C#, contains some HTML or XML in a comment, it will be rendered as 100% HTML. Example answer here. Example that would highlight wrongly on SO: string ...
6
votes
3answers
131 views

Syntax coloring missing

How do i random a number in a string? Any reason there's no coloring on the answers?
0
votes
1answer
141 views

Why doesn't SO syntax-highlight my PHP code? [duplicate]

Possible Duplicate: Syntax highlighting language hints Changes to syntax highlighting I just asked a question on SO Facebook API scope and it's refusing to do a syntax highlight on my PHP ...
2
votes
1answer
166 views

Why does syntax highlighting (sometimes) not work?

I.e. I just edited Ninject Dynamically Loading a Repository from an Assembly and noticed that there is no syntax highlighting/coloring. Update: After adding the C# tag to the question, syntax ...
4
votes
1answer
98 views

Bug in parsing python multiline strings

It seems that there is a problem with parsing python multiline strings when these are delimited by '''. Here's the screenshot from this answer: Workaround: use """ instead: Yes, I also realised ...
3
votes
2answers
109 views

Markdown highlights JavaScript comments incorrectly

The comments above and below jquery(document)... are rendered incorrectly. Here's a screenshot of the original page:
0
votes
1answer
105 views

Code formating does not show syntax highlight

I just posted an answer in SO and I realized that syntax highlight was not showing up after applying code formatting. Was this feature removed?
9
votes
1answer
167 views

Python's “//” operator wrongly treated as a comment (part 2)

SO's Google code prettify on python wrongly handles // (floor division) as a C-style comment, as noted here, even when the question is tagged python. Here is a more recent example from this SO ...
5
votes
1answer
266 views

Can't get C# syntax highlighting to work

I have just posted this question on StackOverflow. At the bottom there is some C# code which I would like to display with syntax hightlighting. I tried to add a hightlighting direction, like this: ...
1
vote
2answers
92 views

Why does code highlighting work in the edit preview, but not in the actual post?

For some reason, my code highlighting works when I'm editing the question, but not in my actual post. (I've tried giving it a hint; no difference.) Is this a bug?

1 2