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. ...
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) ...
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 ...
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
55 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 ...
13
votes
1answer
93 views

Add syntax highlighting for posts with the [go] tag

Posts with the go tag currently do not have syntax highlighting applied. When I manually set a code block's language with <!-- language: lang-go -->, the syntax highlighting works as expected. ...
3
votes
1answer
118 views

Java's keyword “interface” not highlighted properly [closed]

The interface keyword is not being highlighted. Even though the code block is recognized to be Java, the interface keyword is marked up by Prettify to be a plaintext. public interface YUNoHighlightMe ...
2
votes
1answer
154 views

What is the better highlighting language for http Apache conf

I'm looking for the best way to highlight Apache HTTP configuration : Here an example with lang-java : Here an example with lang-xml, which really not satisfy me: <VirtualHost *:80> ...
2
votes
0answers
61 views

Could you add syntax highlight of Cucumber scenarios?

Gherkin isn't in list of supported prettify languages and is highlighted incorrectly when using <!-- language: lang-default--> (words that don't have special meaning in Gherkin are highlighted). ...
5
votes
1answer
164 views

Unable to force Python syntax-highlighting

I have asked a question related to web2py—an open-source Python web-framework—that includes a code snippet. Unfortunately it didn't syntax highlight by default, so—following the docs—I added the ...
24
votes
1answer
525 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, ...
4
votes
2answers
87 views

Syntax Highlighting Doesn't Recognize Line Continuations Within VB6 Comments

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
119 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 ...
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 ...
3
votes
1answer
322 views

HTML markup blocks don't highlight as HTML in [css] questions automatically

Code blocks predominantly containing HTML are always highlighted as CSS the moment a question bears the css tag, regardless of whether or not the html tag is present. I always need to force HTML ...
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. ...
5
votes
1answer
271 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
421 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
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 ...
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 ...
58
votes
23answers
8k views

Changes to syntax highlighting

locked for the history - please post bugs and feature-requests separately. -Shog9 We're changing the way syntax highlighting is done on the Stack Exchange engine. As you probably know, we ...
0
votes
0answers
39 views

Comment bug in syntax highlighting?

In a recent SO question, the following code appeared: # define v putchar # define print(x) main(){v(4+v(v(52)-4));return 0;}/* #>+++++++4+[>++++++<-]> ++++.----.++++.*/ ...
1
vote
0answers
124 views

Is it possible to explicitly tell Stack Overflow the language of the code block you are including? [duplicate]

Possible Duplicates: stackoverflow syntax highlighting Syntax highlighting hints Stack Overflow awesomely detects what language a code block is and syntax highlights it accordingly. But ...
0
votes
1answer
146 views

How to highlight the code

I have been read Javascript code prettifier, but I still didn't understand how to use prettify here on Stack Exchange sites... I can't copy highlighted text and I can reference the prettyfy function ...
1
vote
0answers
159 views

Allow declaration of programming language for syntax highlighting [duplicate]

Possible Duplicate: Syntax highlighting hints The parser for code blocks has some kind of heuristic (the "Prettify" library, IIUC) for guessing what programming language syntax to use for ...
12
votes
3answers
317 views

Allow `class` attribute for `<code>` tag [duplicate]

Possible Duplicate: Syntax highlighting hints As we all know, prettify.js, which is used by Stackoverflow for syntax highlighting, allows the specification of the intended language. ...
0
votes
0answers
67 views

Code coloring seems to have gone haywire [duplicate]

Possible Duplicate: First letters of XML attributes not colored correctly if capitalized I've been noticing today that the first character of each attribute name in markup code is black, and ...
1
vote
2answers
147 views

Syntax highlighting fails to highlight “abstract” correctly

I've just noticed that the syntax highlighting no longer highlights C# "abstract" keyword correctly: http://stackoverflow.com/questions/1540070/is-this-an-abuse-of-the-type-system/1540083#1540083 ...
3
votes
2answers
138 views

Syntax highlighting broken

Syntax highlighting seems to have been broken recently. For example see the code example at: http://stackoverflow.com/questions/1423282/wpf-textblock-padding-is-cutting-off-text All the attributes' ...
0
votes
2answers
259 views

Code highlighting with E4X XML literals in ActionScript code blocks

When entering XML literals using E4X syntax in ActionScript the code highlighting can be broken: package { public class XMLTest { public function XMLTest() { // here highlighting ...
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 ...
6
votes
3answers
151 views

Would it be possible for the syntax highlighter to allow for SQL capitalization?

I've noticed that the syntax highlighter for code samples does not work with capitalization for SQL. I just posted a question on SO and had to spend a couple extra seconds to modify it to get the ...
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 ...