Linked Questions

2 votes
2 answers
81 views

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? https://stackoverflow.com/a/8546141/124069
Chase Florell's user avatar
4 votes
3 answers
162 views

In this SQL statement, notice the color of the word "having" versus the words "select", "from", "where", and "group by" select cu.name ,cu.email ,count(*) as books_purchased from customers cu ,...
JosephStyons's user avatar
0 votes
1 answer
199 views

I noticed a bug in the syntax highlighting for Objective-C code. See this post: https://stackoverflow.com/questions/25623716/error-no-such-table-sqlite The apostrophe in a comment in the second code ...
Zev Eisenberg's user avatar
4 votes
1 answer
178 views

if(!/^https?:\/\//.test(val) && foo == 'bar') { val = 'http://' + val; } As you can see, the // causes the highlighter to switch to comment mode which is incorrect.
ThiefMaster's user avatar
  • 15.7k
3 votes
1 answer
213 views

I had initially asked this on Code review meta but @Mast in the comments suggested me to ask this on the main meta site. I have tested it on Stack overflow, Code review, and Software Engineering sites....
user avatar
3 votes
2 answers
156 views

Syntax highlighting seems to have been broken recently. For example see the code example at: WPF TextBlock Padding is cutting off text All the attributes' first letters are black. Is this a bug? ......
sourcenouveau's user avatar
3 votes
2 answers
177 views

I noticed a bug/feature with the syntax highlighting where two-character capitalized identifiers are not being highlighted inside code blocks. This does not appear to be a problem in the case of two-...
Nathan Taylor's user avatar
3 votes
1 answer
135 views

All of a sudden, my syntax highlighting stopped working on Stack Overflow which can be seen in this answer. And now, even if I edit that post, try to post a question or an answer, there's no syntax ...
Meleak's user avatar
  • 183
2 votes
1 answer
147 views

I just answered my own question here (GeoPheonix answered in the comments but didn't provide a full answer), and the string in the code isn't displaying correctly: This may seem like a minor nitpick ...
SomeKittens's user avatar
  • 2,356
1 vote
2 answers
172 views

I've just noticed that the syntax highlighting no longer highlights C# "abstract" keyword correctly: Is this an abuse of the type system? I think it used to work correctly before. Anything changed?
mmx's user avatar
  • 17.3k
4 votes
2 answers
131 views

The title really says it all, but when I use the @ character to ignore escapes in a string literal @"Like This\", the \" is interpreted as a quote character belonging to the string rather than the ...
Eric J.'s user avatar
  • 1,425
11 votes
0 answers
189 views

If you put some XML in a code block (by indenting by 4 spaces) and one of the tags is <Style> it will mess up the syntax highlighting of the generated result. This works: <Style2 Foo="...
Isak Savo's user avatar
  • 211
5 votes
2 answers
90 views

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.
nneonneo's user avatar
  • 3,741
5 votes
1 answer
144 views

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. ...
Foo Bah's user avatar
  • 1,685
11 votes
1 answer
366 views

s = 5 // 2 if s == 2: print(s) As you can see the highlighting system treats Python's floor division operator // as the beginning of a comment. But // is not a comment in Python. Is there any ...
Maciej Ziarko's user avatar

15 30 50 per page
1 2
3
4 5
13