For questions about the syntax highlighting performed inside code blocks on Stack Exchange sites.
10
votes
2answers
128 views
Can we add how to disable syntax highlighting to the editing help (FAQ)?
Syntax highlighting for code has a long section about syntax highlighting but it fails to mention how to disable it.
I guess one can use "lang-none" as a language code (it's listed in Interface ...
8
votes
1answer
98 views
Syntax highlight - 404 not found?
I recently wrote an answer with my firebug up and I noticed that there are requests to
http://stackoverflow.com/api/tags//syntax-highlight?_=1310389462423
which results in 404 Not found. Is that ...
9
votes
1answer
164 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 ...
1
vote
1answer
157 views
Default syntax highlighting for [CUDA] questions
Could you set the default syntax highlighting for cuda questions to C++? (unless they contain the fortran or its synonyms)?
Reading through large chucks of poorly formatted code is marginally easier ...
6
votes
1answer
135 views
Stack Overflow generating broken HTML
I was reading this answer when I noticed that the font for the user information block was wrong. Checking the original source of the page, I found this (formatted just for you):
<!-- Suspect code ...
0
votes
1answer
437 views
What syntax highlighting library is used on Stack Overflow? [duplicate]
Possible Duplicates:
Is Stack Overflow's code color-coding script available?
What syntax highlighter does Stack Overflow use?
How does Stack Overflow syntax highlight citations so well?
...
3
votes
2answers
103 views
Tag edits break syntax highlighting on existing answers
If for example you add a xaml tag to a question that previously only was tagged with wpf all the C# code will no longer be highlighted properly. This is not quite ideal.
Using <!-- language: c# ...
5
votes
1answer
253 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?
8
votes
2answers
217 views
Why is there no syntax highlight for SQL merge statements?
It seems, that Stack Overflow doesn't recognise the SQL:2003/SQL:2008 MERGE statement, as can be seen in my answer here:
Oracle: Updating a table column using ROWNUM in conjunction with ORDER BY ...
2
votes
1answer
113 views
Bug in XML syntax highlighting
Hi, I think I found a bug in XML syntax highlighting. It happens when a node contains /* or /** as text. I don't know why, but I cannot reproduce the issue here in this question, but you can check ...
4
votes
1answer
126 views
C# syntax highlighting broken on SO?
In this answer, comments in C# code have the same color as normal code. In the preview the highlighting is correct, but not on the submitted answer. Looks like a bug...
5
votes
1answer
156 views
Edit size requirement does not allow for significant syntax improvements
There are many questions which have bad SO/markdown syntax, most notably when referring to code. I like to fix this syntax and add the appropriate language tag so that the code is nicely formatted. ...
1
vote
1answer
94 views
What is the preferred way of formatting log file-like output?
I recently added this question on SO, which contained a large chunk of log file output. I found it most readable when I formatted as code:
LOG: User = eggtech024-PC\eggtech024
LOG: DisplayName = ...
19
votes
1answer
311 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.
...
1
vote
2answers
246 views
Why is there no syntax highlighting in this answer?
Hello, I'm trying to understand why syntax-highlighting isn't working on one of my answers.
At first, I didn't have any lang-tag. This resulted in no syntax highlighting. Then, I added the lang-tag ...
5
votes
1answer
168 views
Why do I get nice Erlang syntax coloring in preview but not in the rendered page after I post?
While I edit Erlang code there is nice syntax coloring shown in the preview.
Once I post, the rendered code is often only black on grey.
Example: Erlang pattern matching bitstrings
Counterexample: ...
5
votes
1answer
141 views
Auto-detect XML syntax even if not indicated by language tags
Like it or not, but XML has become quite common and is showing up in questions that are not directly related to XML at all (i.e. the question is not about parsing/reading/handling the XML, but the XML ...
1
vote
1answer
122 views
XML Syntaxhighlight highlights elements in CDATA
If you manually declare code to be XML, code within CDATA is still highlighted, even though it should be treated as text.
Example:
<element test="test">
<![CDATA[<font ...
0
votes
1answer
78 views
Curious Syntax Highlighting behavior
I usually post Mathematica code on SO. I saw the syntax highlighter started recognizing Mathematica syntax some time ago, but inconsistently. Really don't know if this is a bug, and if the SO crew ...
0
votes
3answers
188 views
How to highlight comments in stackoverflow [duplicate]
Possible Duplicate:
How to use formatting in comments?
Its being more than a month since I started using Stack Overflow, and yet I haven't figured out how to highlight words on the comments ...
5
votes
1answer
151 views
Syntax highlighting fails due to unknown XAML tag named “Setter”
The syntax highlighting fails after the element <Setter>, e.g.
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
1
vote
2answers
85 views
quote block has syntax highlighting as if it were code
I just finished updating an answer to this question and I noticed that a big quote block has syntax highlighting. I did hit the code button originally but then I switched it to quote and now you can ...
4
votes
1answer
36 views
Include information on manual syntax highlighting in formatting help page
The formatting help page should include the information on the magic comment and language codes needed trigger correct syntax highlighting, prefaced by a brief summary of when the magic comment might ...
3
votes
0answers
58 views
Posts tagged “qtp” don't have correct code highlighting
Posts tagged qtp should have their code highlighted according to VBScript rules since QTP scripts are based on VBScript.
2
votes
2answers
114 views
Why isn't syntax highlighting working on this answer?
My answer here is on a question that is tagged javascript html5 canvas animation. When I am editing the question I occasionally see syntax highlighting applied to the code block. However, when I view ...
3
votes
1answer
111 views
Syntax highlighting misinterprets shell code as C
For a post that is tagged with shell-script items (bash) and not c/c++/java, I was surprised when my answer to a question was shown mostly in grey (interpreted as a comment) when it hit the following ...
4
votes
1answer
121 views
C99 syntax colouring [closed]
I submitted a proposal patch to google-code-prettify to highlight C99 types such as int8_t, uint32_t etc. Regardless of what upstream thinks of the patch, I believe this could be a nice addition to ...
3
votes
1answer
261 views
Java syntax highlighting not shown
This question does not show any syntax highlighting although the code seems ok to me.
Tested with FF 3.6.15 and IE 8.0.
5
votes
1answer
270 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
420 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
211 views
Syntax highlighting not working
In this question, I put the following just above the xml, and there's still no syntax highlighting:
<!-- language: xml -->
2
votes
1answer
165 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 ...
11
votes
1answer
245 views
Python's “//” operator treated as a comment
s = 5 // 2
if s == 2:
print(s)
As you can see the highlighting system treats Python's floor division operator // as the beginning of a comment. But // is not a comment in Python. Is there any ...
3
votes
1answer
86 views
Why isn't code coloured as it should be? [duplicate]
Possible Duplicate:
Why isn't syntax highlighting working in a question?
I've posted this question on Stackoverflow that has some C# code in it. I've indented it correctly (I'm not ...
1
vote
1answer
73 views
Why does the code highlighter not work with XML? [duplicate]
Possible Duplicate:
Why isn't syntax highlighting working in a question?
I have formatted my block of XML wit the {} button, but it just won't highlight.
Is it supposed to, I thought it ...
0
votes
1answer
59 views
Minor bug in VB.NET syntax highligting
When adding an inline comment to VB.NET code, the following lines are colored as strings:
dim a as integer
a += 1 'And here is the comment which turns the next line(s) into strings.
dim b as integer ...
2
votes
1answer
45 views
Is there a way to have links in source code without losing syntax highlighting?
I quite frequently would like to have parts of code work as links (e.g. uncommon methods linking to relevant documentation). Achieving that is possible with HTML <pre> and explicit <a> ...
1
vote
0answers
44 views
How does one suggest changes to per-tag syntax highlighting?
In the question introducing language specific syntax highlighting Jeff asks people to suggest how different tags should be highlighted.
My suggestion that c++0x should be highlighted like c++ hasn't ...
35
votes
3answers
3k views
Manually specify language for syntax highlighting
This is a follow-up to a question I answered earlier (Changes to syntax highlighting).
For most questions that have more than one language-related tag and those with fuzzy languages (for instance ...
1
vote
1answer
69 views
Incorrect syntax highlighting applied to question with two language tag specified
Given the new syntax highlighting language hint system, a post tagged javascript and html5 should cause the syntax highlighter to switch to the default detect language based on code block content ...
0
votes
1answer
269 views
Pseudocode highlighting
Hi,
I love Stackoverflow ;) . However, when something not language specific is asked or when you want to answer with just a pseudo code I find code highlighting not very useful.
It would be great to ...
3
votes
1answer
101 views
My syntax highlighting stopped working on Stack Overflow
All of a sudden, my syntax highlighting stopped working on Stack Overflow which can be seen in this answer. And now, even if I edit that post, try to post a question or an answer, there's no syntax ...
4
votes
1answer
82 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
1answer
132 views
Syntax highlighting on SO/SE
The prettifyier, assuming I used it correctly,
<pre class="prettyprint"><code>int main(void) { }</code></pre>
does not highlight text in the preview box when writing up a ...
5
votes
1answer
324 views
No linebreaks when copying syntax-highlighted code block with IE8
I've always copied code from posts directly into Visual Studio (or whatever) and it used to line-up nicely. A few days ago, the linebreaks stopped working and I get everything in one line so I'll have ...
10
votes
0answers
127 views
Enable Syntax Highlighting to code blocks on Programmers.SE
We have a lot of code on PSE and we will have more when some questions were migrated from SO to P.SE.
See the post on M.P.SE
1
vote
1answer
126 views
ML syntax highlighting and type variables
If you look at the following questions tagged sml, ocaml and F# respectively, you'll see that the formatting is broken:
unfolding lists in ML
type of higher order functions
Map Reduce with F# agents
...
5
votes
2answers
237 views
Why is the syntax highlighting for this question's code all red?
I was reading this question, and the code is displaying all in red (the colour normally reserved for strings).
I could perhaps understand no syntax highlighting (though the question is tagged ...
6
votes
1answer
288 views
Why isn't syntax highlighting working in a question?
I recently edited this question and now the syntax highlighting is gone (actually, I don't remember if it was there to begin with).
Before clicking Save Edits, the highlighting was visible but not ...