0
votes
1answer
42 views

Syntax highlighting for XPath

I just answered a question on SO and was wondering about the syntax highlighting. As you can see at Xpath - get maximum attribute for each element the syntax highlighting for XPath goes wrong, ...
1
vote
0answers
40 views

CSS syntax highlighting isn't right with # symbol [duplicate]

Possible Duplicate: What’s happening to syntax highlighting for [css] questions? The problematic question is Conflict with CSS Files lines starting with # symbol are completely gray - and ...
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 ...
4
votes
2answers
89 views

Syntax Highlighting Doesn't Recognize Line Continuations Within VB6 Comments [duplicate]

I've run into some unexpected syntax highlighting mistakes while I was asking a question about VB6. When I use _ after using ' to add comments about my code I see that _ does not work within ', but ...
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 ...
1
vote
1answer
89 views

XML highlighting of tag with < in the attribute

I'm still searching for an exising bug report on the google prettify bug list page and I will add one if none exist, but I thought someone here might like to know as well. It seems that XML attributes ...
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 ...
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, ...
0
votes
0answers
35 views

lang-vb has a problem with space [duplicate]

Possible Duplicate: Code that is too long to display on a single line creates a massive vertical code block I'm starting to think that the lang-vb prettify option has a problem. I just ...
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 ...
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 ...
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 ...
0
votes
0answers
42 views

Comment bug in syntax highlighting? [duplicate]

In a recent SO question, the following code appeared: # define v putchar # define print(x) main(){v(4+v(v(52)-4));return 0;}/* #>+++++++4+[>++++++<-]> ++++.----.++++.*/ ...
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' ...
0
votes
2answers
261 views

Code highlighting with E4X XML literals in ActionScript code blocks [duplicate]

When entering XML literals using E4X syntax in ActionScript the code highlighting can be broken: package { public class XMLTest { public function XMLTest() { // here highlighting ...
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 ...