Linked Questions

1 vote
1 answer
126 views

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 '...
Michael A's user avatar
  • 495
4 votes
0 answers
200 views

This is probably not the most important thing, but since uservoice is closed, here's a feature request. The syntax highlighter for code blocks really screws up on PostScript code, making it ...
balpha's user avatar
  • 165k
11 votes
1 answer
243 views

SO's Google code prettify on python wrongly handles // (floor division) as a C-style comment, as noted here, even when the question is tagged python. Here is a more recent example from this SO ...
smci's user avatar
  • 748
8 votes
1 answer
145 views

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 ...
Jon Cairns's user avatar
2 votes
1 answer
73 views

I have been trying to figure out the Prettify (<!-- language: lang-or-tag-here -->) languages tags. Language Codes: default lang-none lang-bash, lang-bsh, lang-csh, lang-sh lang-c, ...
Sifu's user avatar
  • 261
1 vote
0 answers
172 views

Edit: I've opened an issue for this in the code-prettify project on GitHub. The author of the question Why does bash login shell break here-doc command string argument? noted in the comments that: ...
Wildcard's user avatar
  • 6,503
8 votes
0 answers
125 views

I just wrote an answer on StackOverflow. I was describing a if-elseif-else algorithm in PHP and noticed, that the if and else expressions are in blue color, whereas the elseif term stays black. Is ...
dialogik's user avatar
  • 197
1 vote
1 answer
52 views

When I ask question about java code , I copy the code in eclipse. And then I paste the code on the web board like here. But the code's color become black only. Red, blue colors are not showing. How ...
cptwck's user avatar
  • 19
6 votes
0 answers
120 views

I was wondering if there is a makefile prettify language tag that I can add to highlight variables, flags or whatever prettify is able to identify. As mentioned in the comment by Frederic, I'm ...
Thomas's user avatar
  • 191
6 votes
0 answers
93 views

This question is a very good question about LOLCODE code: Down with FizzBuzz... LOL The formatting is pretty good except for the comments, which aren't formatted as comments. I can see this being ...
Malachi's user avatar
  • 2,094
2 votes
1 answer
58 views

Suppose some code snippet that appears to be some specific syntax like C in this case, and I want to format it like plain text: ``` #include <code> ``` On stackexchange, this will be rendered ...
emacs drives me nuts's user avatar
6 votes
0 answers
84 views

This answer taught me that highlighting a code block and clicking the curly brackets icons auto-formats the code block. Many developers, me included, are used to the comfort of format-on-save ...
Guy's user avatar
  • 185
2 votes
0 answers
95 views

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"); ...
Alvin Wong's user avatar
  • 1,426
2 votes
0 answers
76 views

Highlight.js does a reasonable job of automatically highlighting blocks of code in an unknown language. Sometimes as I'm writing a post which has blocks from multiple languages, console commands, log ...
Greedo's user avatar
  • 466
1 vote
0 answers
76 views

1000000 1_000_000 Both these literals are modern ways to represent the same number, but the syntax coloring stops at the underscore. I hope this can be fixed. Turns out the answer is: Stack Exchange ...
GirkovArpa's user avatar

15 30 50 per page
1 2 3
4
5
13