Linked Questions

378 votes
11 answers
58k views

Do you think it would be worthwhile to provide hints as to what language to use for the syntax highlighting? Sometimes I find the highlighting on SQL or VB.NET answers is more distracting than ...
Rowland Shaw's user avatar
  • 7,389
143 votes
3 answers
20k views

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 .net!...
Alex Essilfie's user avatar
55 votes
1 answer
19k views

Possible Duplicate: Interface options for specifying language prettify I don't know how Markdown recognizes which language to use in code blocks. Sometimes it doesn't guess right. Can I specify a ...
Lenik's user avatar
  • 685
30 votes
1 answer
27k views

Related to Implement ```-style (fenced) Markdown code blocks On this answer I used ```makefile and it is "working" the highlighting: However, on this other answer, I am also using ```makefile and it ...
user's user avatar
  • 626
17 votes
2 answers
16k views

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 an SO answer, and the syntax highlighting has been ...
Rodrigo Queiro's user avatar
21 votes
3 answers
920 views

(Descriptions are inside the code samples) Take a look at this code Public Sub Show() System.Console.WriteLine("Hello") ' Comment here will fail subsequencing syntax highlighting System....
Sake's user avatar
  • 311
19 votes
1 answer
4k views

Many questions about regex include code blocks with language agnostic, POSIX compatible patterns, using default prettifying. (Example) This looks kind of ugly and is confusing, since some parts are ...
kapex's user avatar
  • 2,001
2 votes
3 answers
2k views

When I wished to show example data, I used the code block syntax (4 spaces indentation after an empty line), but the data was rendered like a programming language. Can I prevent the syntax ...
Wolf's user avatar
  • 758
11 votes
1 answer
2k views

This question does not show any syntax highlighting although the code seems ok to me. What is the cause of it? Tested with FF 3.6.15 and IE 8.0.
Matthias's user avatar
  • 325
8 votes
2 answers
570 views

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 ...
Lukas Eder's user avatar
  • 3,371
12 votes
1 answer
482 views

Can we please have syntax highlighting for Elixir? I've had a look at the editor advanced help and Google's library documentation to find that it's not yet supported. Nonetheless I thought I'd ask ...
Diego Barros's user avatar
5 votes
2 answers
251 views

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 ...
Berker Yüceer's user avatar
5 votes
1 answer
1k views

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 ...
Seki's user avatar
  • 506
3 votes
2 answers
257 views

In this question, why is ElementByElement highlighted as a method, but ElementByElement2 isn't? EDIT: To submit a new issue to Prettify, I'd like to know what version Stack Overflow uses. 21-May-2009?...
Alexey Romanov's user avatar
4 votes
1 answer
1k views

I think Markdown google-code-prettify has some incorrect lexical rules for Java (and possibly other languages). It correctly identifies this code block from SO question 1485832 as being written in ...
user avatar

15 30 50 per page
1
2 3 4 5
13