For questions about the syntax highlighting performed inside code blocks on Stack Exchange sites.
0
votes
2answers
68 views
Does the language of formatted text only get used for syntax highlighting after a post
Hi,
Does the language of formatted text only get used for syntax highlighting after a post ?
// test code
for (int i = 1; i < 4; i++)
{
s = s + "abc" + 'd'
}
Also, will the formatted ...
8
votes
1answer
40 views
Questions tagged with WiX should get XML code formatting
Currently if a question is tagged only with one of the wix tags, any code blocks in the question don't get syntax highlighting. Given that WiX is XML based, I think it would be helpful for the tag to ...
1
vote
0answers
22 views
Stackapps syntax highlighting
For the user scripts on stackapps... could we have syntax highlighting? That way it's easier to see what a code exactly does (obviously).
There aren't many user scripts with that little code that it ...
2
votes
1answer
54 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 ...
0
votes
0answers
58 views
No default syntax highlighting for questions tagged c++-cx
I noticed that this question didn't have any syntax highlighting for its code, even though the question was correctly tagged with the language c++-cx.
1
vote
0answers
21 views
syntax highlighting for code blocks in answers to general questions [duplicate]
A while ago I flagged this answer for moderator attention, because the code example has no syntax highlighting. My flag got declined because - quote from the moderator:
Unfortunately, not in a ...
4
votes
1answer
62 views
Default syntax highlighting for HaXe questions
Why doesn't the code in questions with haxe get syntax highlighting?
I've found some language tags for them in prettify which work when added.
For hx code,
<!-- language: lang-hx -->
For ...
2
votes
0answers
76 views
Syntax highlighting of single line comments ending with backslash broken
C:
#include <stdio.h>
int main(){
printf("Path to typical Windows directory: ");
// We need to escape backslashes: \
printf("C:\\Windows\\\n");
printf("Can you see it?\n");
...
5
votes
0answers
42 views
XAML syntax highlighting failing in Style tags [duplicate]
Syntax highlighting is failing in some XAML examples. Everything in <Style.Triggers> is not highlighted on Stack Overflow.
0
votes
1answer
67 views
Preserve empty lines and indenting in code blocks [closed]
I cannot make my code blocks preserve indenting and empty lines.
For example, see my answer at windows check remote file
Interestingly the same markup works as expected here on meta:
@echo off
set ...
-1
votes
2answers
84 views
Assign Java syntax to Blackberry tag
Programming questions tagged blackberry will normally relate to Java (since BlackBerry applications are written in Java).
Can we adjust the syntax highlighting so that blackberry questions are ...
8
votes
1answer
70 views
Bug with class variable highlighting in Ruby code blocks
It appears that Ruby class variables aren't fully highlighted on Stack Overflow:
class Foo
@class_instance_var = 1 # fine
@@class_var = 2 # not fully highlighted
end
The class instance ...
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
1answer
81 views
Prettify claims the whole post body
The first edition of this question: VB.NET - RichtextBox Control for Syntax Highlighting? (Fast, custom keywords, colors etc.)
Seems like the question text is all prettified despite it's not ...
22
votes
0answers
184 views
Add default syntax highlighting for the [dart] tag
I just approved several edits from a user adding explicit syntax highlighting to questions with the dart tag. Apparently since this was last discussed, Google Code Prettify has added support for Dart.
...
8
votes
3answers
149 views
What happened to comments in syntax highlighter?
I've noticed, that comments (noticed this at least in Delphi language) are not highlighted as comments at this time. A few examples:
http://stackoverflow.com/a/15297489/960757
...
2
votes
1answer
35 views
Syntax highlighter failing for specific code block
Something in the following JavaSript code block seems to be confusing the syntax highlitgher:
var data = JSON.parse(jsonstr); //parse the JSON to a JS object
var ids = [];
for(var i=0; ...
5
votes
1answer
88 views
Pascal/Delphi syntax highlighting should ignore \' escape characters
The syntax highlighting does not recognize the end of string in 'no escapes in pascal \' because of the backslash. Example:
pascalString1 := 'In pascal \n and \' are not recognized but '+sLineBreak+' ...
9
votes
1answer
86 views
How to add syntax highlighting for new language
Is there already a standard way for introducing syntax highlighting for a language (and tag) that did not previously have it?
I would like to have syntax highlighting for the isabelle tag, since code ...
4
votes
2answers
88 views
How to hint objective-c code?
I have checked the language hint list and could not find one for objective-c.
My question is how should I give an objective-c hint?
5
votes
2answers
64 views
Incorrect syntax highlighting with non-ASCII characters
The C# highlighter (and possibly others) chokes on non-ASCII characters in class names, as can be seen in this post:
Trouble with if circulating
EDIT: Prettify bug report submitted.
-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.
...
40
votes
2answers
277 views
Add a button for adding code highlighting for a specific language
Currently, the following code:
<!-- language: lang-php -->
<?php="test"?>
<!-- language: lang-xml -->
<bug cat="md" name="syntax">
Generates the following ...
1
vote
0answers
78 views
is there a lang-powershell option for prettify
I wrote an answer on SO with some PowerShell code examples, but there's no syntax highlighting. Is there a way to force the highlighting for powershell? and if not, is there another (similar) ...
0
votes
1answer
36 views
Markdown doesn't highlight the code [duplicate]
Syntax highlighter works strangely in the current question.
The weird thing is that in other questions the highlighting works fine. Firstly, I supposed the system haven't detected the language, but ...
0
votes
2answers
68 views
<code> tag doesn't text highlight
I noticed the other day that two nearly identical answers to a question were slightly different.
The first one (the accepted answer) uses four spaces. The second answer (highest non-accepted answer, ...
1
vote
1answer
92 views
SQL syntax highlighting bug in StackOverflow
StackOverflow engine treats backslash character \ as an escape symbol for string literals.
But backslash is NOT an escape symbol in SQL.
So, simple statement select '\' from dual produces incorrect ...
0
votes
0answers
16 views
Syntax highlighting for JSP [duplicate]
Is there any syntax highlighting for JSP when you provide a code snippet in a question/answer?
Moreover, is there anywhere a list of all syntax highlighting available?
1
vote
2answers
58 views
Glitch in C#-Syntax highlighter [closed]
I just observed a small glitch in the C#-syntax-highlighter in this answer:
The Word Remove should be completely black. Reproduced with IE9 and SRWare Iron.
EDIT: I retagged that to support, ...
0
votes
0answers
25 views
jsfiddle-like service integration into all questions related to HTML/CSS/JavaScript [duplicate]
Possible Duplicate:
Custom jsFiddle for Stack Overflow
Whenever question has anything todo with HTML, CSS or JavaScript, it is useful to provide a demo to explain the issue, e.g. How to ...
3
votes
1answer
87 views
How does Stack Overflow's syntax highlighting work? [duplicate]
Possible Duplicate:
Which tools and technologies build the Stack Exchange Network?
What syntax highlighting library is used on Stack Overflow?
How does Stack Overflow handle its syntax ...
3
votes
1answer
79 views
Default language highlighting for Python “sub tags”
Would it be possible for the following tags to "assume" that Python is the default language for a post (in lieu of any other tag - or whatever the rules are...)
Python 2 series
python2 python-2.1 ...
6
votes
2answers
90 views
Can questions tagged with [symfony1] & [symfony2] have PHP's syntax highlighting?
Many askers set the symfony1 or symfony2 tag without the php tag.
I usually retag them adding php or using <!-- language: lang-php --> for specific part but I don't think this is the best way ...
5
votes
1answer
86 views
Apply C# syntax highlighting to the ravendb tag
I would like to request that any question tagged with ravendb have C# syntax highlighting applied even if the c# tag is not present.
95% of the questions have their code examples in C#, and RavenDB ...
1
vote
0answers
39 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 ...
12
votes
0answers
89 views
Can the syntax coloring script please learn that C++ AMP is C++?
I'm reading a question in c++-amp that includes a wall of code. To be honest, most questions in that tag include a wall of code. And it looks crummy:
I believe the highlighting is based on the tag. ...
3
votes
0answers
30 views
Define Ruby as the default syntax highlighting scheme for Rspec
I stumbled into this question which contains a block of Ruby code with test specs. It seems as if the syntax highlighting does not work. Here is a screenshot in case it looks different on your ...
1
vote
0answers
54 views
Add syntax highlighting for posts with the [greasemonkey], [userscripts], or [content-script] tags
Greasemonkey scripts, userscripts (as tagged on Stack Overflow), and content-scripts all run, and are implemented in, javascript.
Yet questions tagged with greasemonkey, userscripts, or ...
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
76 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
1answer
58 views
Add C syntax highlighting to the nesc tag
nesC is an extension of C, aimed at embedded devices. Can we please set the default syntax highlighting to lang-c for the nesc tag?
Also, if there is a more efficient way to get a tag associated with ...
0
votes
0answers
26 views
HTML 5 syntax not hightlighted inside code [duplicate]
Possible Duplicate:
Syntax highlighting language hints
I just noted that my post which uses valid HTML5 syntax is not being highlighted at all:
<input type=text list=browsers >
...
4
votes
1answer
43 views
Use JavaScript code formatting for questions tagged with TypeScript
See title - questions tagged with typescript (a superset of JavaScript) should have code samples colorized according to the JavaScript code coloring rules.
2
votes
0answers
93 views
Why is there a delay before the preview is syntax highlighted?
Any chance that the delay before the preview is syntax highlighted can be removed (or at least shortened to less than 1 second or so)? All it does is provide an unnecessary delay in seeing the ...
4
votes
0answers
57 views
Can questions tagged with [yii] have PHP's syntax highlighting?
Many askers set the yii tag without the php tag. Can questions with this tag also be automatically colorized with PHP's syntax highlighting?
4
votes
0answers
50 views
Please clarify syntax highlighting example in help to include empty line before markup
As a follow-up to a question about why disabling syntax highlighting did not work I'd like to propose to include or change at least one example in the existing editing help to include the empty line ...
4
votes
1answer
59 views
Disabling syntax highlighting broken
In my answer here I wanted to prevent syntax highlighting as described in here
But it's not working. Not working means: Even though I said
<!-- language: lang-none -->
before the start of ...
2
votes
0answers
71 views
Why do unknown language IDs in “prettification” fall back to guessing instead of no prettification?
The feature for being able to override language prettification is good. But if a language is unknown, it seems to "just guess". Note the lower code sample when I specify lang-rebol:
...
-4
votes
1answer
61 views
How can I use syntax highlighting in comments? [duplicate]
Possible Duplicate:
Can we enable syntax highlighting for code in comments?
How to use formatting in comments?
How can I use syntax highlighting in comments, if I need to include some ...
11
votes
0answers
169 views
C# syntax highlighting doesn't highlight newer keywords (including “await” and “yield”) [closed]
I noticed the C# keywords yield, await and async are not correctly highlighted by the C# syntax highlighter.
E.g.: Proper Use of yield return, C# Socket.BeginReceive/EndReceive
Can these keywords be ...

