Tagged Questions
2
votes
1answer
56 views
VB.NET tag needs to have ‘lang-vb.net’ syntax highlighter set as default
When I manually specify the language of a code block as VB.NET like this:
<!-- language: vbnet -->
theNodeList.Cast(Of XmlNode)()
theNodeList.Cast(Of XmlNode)()
the code is not ...
1
vote
1answer
48 views
Triple backquote for code snippets [duplicate]
I find the 4 space indentation to include code snippets unnecessarily difficult to use. Typically, when you copy and paste some code it requires manually reformatting each line (unless there's some ...
-4
votes
4answers
164 views
Code Blocks Proper Way?
The Code Block appears to be the most common edit within Stack Overflow. It seems to be highly abused. Is this type of edit really warranted?
public class
{
// Description of Method.
...
11
votes
0answers
103 views
Would be possible to enable syntax highlighting for answers on stackoverflow.com/revisions?
Short story:
Compare the question revision against the answer revision. Answer revisions have no syntax highlighting.
Long story:
Have a Q&A with some code, for instance this favorite one
Now ...
1
vote
1answer
77 views
Language hints for quoted code
In this post I tried to add language hints for syntax formatting to code blocks quoted from the question. However, it seems they won't be honoured if I write them as a comment in my own part of the ...
8
votes
3answers
110 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
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 ...
5
votes
1answer
171 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
243 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 ...
3
votes
0answers
52 views
Can we add query keywords to the code highlighter?
Their are several keywords not added to the Syntex Highlighter that I would suggest adding. First I assume that the Query highlighter works on main Keywords used in many languages to help us ...
3
votes
1answer
129 views
Syntax-highlighting doesn't detect virtual as a keyword for C#? [closed]
The syntax-highlighting functionality for code doesn't detect virtual as a keyword for C#.
Note: This is true even if you add the hint
<!-- language: lang-cs --> as per these instructions.
It ...
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?
1
vote
1answer
95 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 = ...
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 ...
3
votes
1answer
87 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 ...
3
votes
2answers
137 views
Code formatting does not work for JavaScript
I think it used to work in the past but now code highlight has no effect on JavaScript whatsover.
jQuery example:
$(document).keypress(function (event) {
var key = ...
4
votes
1answer
66 views
Code highlighting improvement suggestion [duplicate]
Possible Duplicate:
Allow highlighting certain bits of a code fragment or quote
Sometimes I need to paste a large lump of code, as in context it is all relevant, but I would like people to ...
1
vote
1answer
196 views
Keyword 'let' from LINQ syntax is not supported by syntax highlighting
I found that neither on SO. nor here, on meta, LINQ syntax keyword let isn't being highlighted:
from f in db.Foo
let b = f.Bar
where b.Count == 1
select new FooBar(b);
Please add.
36
votes
3answers
375 views
Allow highlighting certain bits of a code fragment or quote
It would be nice to be able to put emphasis on specific bits of a fragment or of a quote (bold can help for a quote but I find that it makes things less readable sometimes).
What do you think?
...
5
votes
2answers
6k views
stackoverflow syntax highlighting [duplicate]
Possible Duplicate:
Syntax highlighting hints
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 ...
12
votes
6answers
480 views
Code-Coloring for Inline-Code in Answers
Is there a reason that inline-code (with ``, of course) in answers is excluded from the prettify-process?
Sometimes a piece of code is a bit too small to be blessed with its own blockquote, and so ...
2
votes
0answers
27 views
How does Stack Overflow know how to style code blocks? [duplicate]
Possible Duplicate:
Changes to syntax highlighting
Code blocks posted on Stack Overflow get marked up with an assortment of colors based on the languages they're written in. How does SO ...
