For questions about the syntax highlighting performed inside code blocks on Stack Exchange sites.
1
vote
0answers
68 views
Proper syntax highlighting for compile errors / output?
Posts often include compiler errors, i.e. from this post
In file included from A.cpp:2:
List.h:20: error: ‘List’ is not a template type
A.cpp: In member function ‘void A::NowyObiekt(int)’:
A.cpp:6: ...
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
185 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 ...
10
votes
1answer
141 views
Fix for $# code color highlight [duplicate]
I am a Perl coder and I would like to ask Stack Overflow to fix code color highlights for # comments.
It works properly for real comments, such as
# this is a comment
but when $# is in code, such ...
3
votes
1answer
250 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 ...
1
vote
0answers
53 views
Python syntax still highlighted incorrectly on SO [duplicate]
Possible Duplicate:
Python's “//” operator wrongly treated as a comment (part 2)
I just noticed it in the first revision of this answer, and after a quick search here on meta it turned ...
8
votes
1answer
1k views
Why doesn't StackOverflow use Highlight.js instead of Google-Code-Prettify?
You heard me. From what I see here, and unless I am looking at a completely wrong place, Google Code Prettify hasn't been updated in almost an year now. Has it been abandoned?
I have just heard about ...
10
votes
2answers
763 views
Using Safari 5.1.4, code blocks are empty on Stack Overflow
Code blocks on Stack Overflow (lines beginning with 4 whitespaces) with Safari v5.1.4 are empty/blank (even with the inspector, indicating it's populated via javascript). If I use another browser ...
7
votes
1answer
139 views
Code formatting for coffeescript/javascript
I keep seeing Coffescript questions that lack the javascript tag, so any posted code does not get any highlighting.
Would it be possible to get highlighting with just the Coffeescript tag without ...
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 ...
4
votes
0answers
73 views
Java syntax highlighting for [jaxb] tag
When the jaxb tag is present on a question, I think it is generally safe to apply Java syntax highlighting. Example question:
JAXB HashMap unmappable
Alternatively, XML syntax highlighting could be ...
15
votes
2answers
439 views
Add syntax highlighting for the MATLAB language
MATLAB language posts don't look good under google-code-prettify. As far as I understand from this post, MATLAB is currently highlighted by using the default language syntax.
For example, you can ...
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 ...
11
votes
0answers
255 views
Syntax highlighting: javascript / node.js
A question which is not tagged with javascript but node.js should use JavaScript syntax highlighting by default.
Currently this is apparently not the case: Node.js: Require a client certificate for a ...
5
votes
1answer
105 views
Enable syntax highlighting for the “pascal” tag
A little over a year ago I reported that pascal should have syntax highlighting, but there seems to have been no reaction. Can someone please enable default syntax highlighting for that tag?
26
votes
1answer
561 views
What's happening to syntax highlighting for [css] questions?
I just noticed that the prettify language hint for questions tagged css has been changed to lang-default; it was lang-css before. While this allows HTML code blocks to be highlighted as HTML, ...
2
votes
0answers
33 views
Explicit syntax highlighting broken without blank line before language identifier
Imagine the case where:
A question is tagged with very common languages
You want to answer (or start the question) with a block of code highlighted for a specific language
If you start the ...
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 ...
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 ...
2
votes
2answers
68 views
There should an extra “code” type for error message
When I write a question sometimes I would like to distinguish the error messages from code and also from my description of the problem.
Is there a way for text to appear in a box like code but to not ...
2
votes
1answer
70 views
'output' keyword isn't recognized by the syntax highlighter in SQL code blocks [duplicate]
The highlighting for SQL code blocks doesn't appear to recognize the keyword 'output'. Please see Showing column twice in a query, second time showing data post update/set for an example. Note that ...
6
votes
1answer
89 views
Can [sencha-touch]-tagged posts be associated with lang-js for Prettify purposes?
sencha-touch (along with almost all of the Sencha tags) will all have their code examples written in javascript.
Since the language type for prettify is inferred from the tags, I'm suggesting that ...
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
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 ...
4
votes
0answers
53 views
Add syntax highlighting to expanded posts on the review page
It is intended that there is no syntax highlighting in expanded posts on the review page. I disagree with this intention. I think that they should have syntax highlighting. The argument is simple. The ...
7
votes
0answers
39 views
Syntax highlighting for questions tagged [jscript]
Since javascript broke up with jscript, it's been looking a little pale. Can we get the syntax highlighter to apply some colour to it?
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 ...
5
votes
1answer
74 views
No syntax highlighting in expanded posts on the review page
When reviewing posts it can be beneficial to have syntax highlighting but when expanding posts on the review page you get no syntax highlighting for code blocks. Is this working as intended or a bug?
...
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?
2
votes
2answers
147 views
What is the technology used for syntax highlighting? [duplicate]
Possible Duplicate:
Changes to syntax highlighting
Some languages are not managed by the coloration system, such as nvelocity.
What is the technology used by Stack Overflow for syntax ...
4
votes
1answer
86 views
Code containing HEREDOC is not highlighted correctly [duplicate]
Not sure if this was brought before but I noticed on several occasions that code containing HEREDOC syntax will not be correctly highlighted. Example at
PHP domdocument if statement for when img tag ...
8
votes
0answers
157 views
Can Octave/Matlab code get syntax highlighting? [duplicate]
Possible Duplicate:
Proposition to add another language syntax (MATLAB) by custom google-code-prettify script
This was previously requested but apparently never got done. Can questions ...
4
votes
1answer
150 views
Should we explicitly define a language hint for Dart code blocks?
Google Code Prettify currently does not support syntax highlighting for the Dart language (no wonder why). Currently there are already few questions (and answers) about Dart which contain code blocks. ...
4
votes
1answer
76 views
Syntax highlighting stopped working
Json.Net - Serialize property name without quotes is tagged c#, but it doesn't show any syntax highlighting to me, and the answer isn't showing it either. It seems to be the case for any question I ...
6
votes
1answer
80 views
Multiple languages syntax highlighted in the same question
I've had some problems trying to get my answer to have code blocks that are syntax highlighted with for different languages. The answer I'm talking about is here. The question is tagged for C# so by ...
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 ...
0
votes
0answers
255 views
Haskell nested multiline comments aren't highlighted properly [duplicate]
In a question tagged haskell, this answer:
Hidden features of Haskell
{- inside a comment,
{- inside another comment, -}
still commented! -}
The nested comments aren't highlighted the right ...
5
votes
1answer
90 views
Bash count Syntax Highlighting problem [duplicate]
for example:
Is there a bash command that can tell the size of a shell variable
has a few responses which involve the bash ${#x} construct. It incorrectly treats the hash like a comment.
...
1
vote
2answers
138 views
Syntax highlighting for MySQL not working
See:
http://stackoverflow.com/posts/7300401/revisions
It doesn't do highlighting when I specify <!-- language: lang-mysql --> (or if the question is tagged mysql), but it will work fine if I ...
5
votes
0answers
51 views
Syntax-highlight for tag jruby similar to that of ruby
Questions tagged with jruby do not seem to have an associated ruby syntax highlighting applied, the way ruby questions have it:
JRuby sample question: How can I eval code in JRuby, in a new context ...
11
votes
1answer
197 views
How to handle regex syntax highlighting?
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 ...
14
votes
1answer
99 views
When looking at a list of questions, why is `code` not highlighted?
When looking at a list of questions (whether on the homepage, when browsing by tag, when searching etc.), all the code blocks in the excerpt are inlined. Fair enough.
However, having code mixed in ...
3
votes
1answer
133 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 ...
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:
