Skip to main content

Questions tagged [syntax-highlighting]

For questions about the syntax highlighting performed inside code blocks on Stack Exchange sites.

2 votes
1 answer
199 views

It looks like the syntax highlighting has recently changed for VBA (I would post a sample but I don't think meta does code highlighting...) Here's an image to preserve what I'm seeing, tagged with ...
Greedo's user avatar
  • 2,635
5 votes
1 answer
107 views

I don't know how it was decided which language to use when coloring the code blocks, but (on the main site) I assume it figured out it was C++ since it generally works OK. But, this line broke it. It ...
JDługosz's user avatar
  • 11.7k
2 votes
1 answer
70 views

Becoming a Perl bandit, in this question I had to escape my regex expression \: to avoid funny syntaxing. Now on my newest Perl question, I encounter the same issue....
Ludisposed's user avatar
  • 11.8k
2 votes
1 answer
79 views

When looking at this question, I noticed that the syntax highlighting wasn't that great, most likely due to the mix of one block with HTML and Angular2 and blocks with TypeScript. I decided to ...
BCdotWEB's user avatar
  • 11.4k
6 votes
1 answer
121 views

The syntax highlighting (for Go) does not seem to be applied for this question: db access wrapper for Go project I tried to apply it manually to my answer (https://codereview.stackexchange.com/a/...
oliverpool's user avatar
  • 1,922
3 votes
1 answer
118 views

I asked a Python 3 question, and tagged it python-3.x. The highlighting was messed up, because the python-3.x tag wasn't passing the lang-py argument to the JS ...
Elliot Gorokhovsky's user avatar
7 votes
2 answers
150 views

When I try to post Matlab code, there are some formatting problems. For example, an apostrophe is used in Matlab to transpose a matrix. But when this is posted, it is interpreted as the beginning of ...
Vermillion's user avatar
10 votes
0 answers
80 views

It appears that we don't have code highlighting in Meta In this answer to Your vote matters! the <!-- language: lang-sql --> was added to a block of SQL code,...
Malachi's user avatar
  • 29.1k
4 votes
1 answer
494 views

Would it be possible to use the same Syntax Highlighter that Wikipedia uses for VBScript If it is possible we could probably use it for all flavors of VB (vb6,vbscript, vba, etc.) Right now we have ...
Malachi's user avatar
  • 29.1k
7 votes
2 answers
310 views

Recently I had quite a few edits to include the correct syntax-highlighting for C# questions: <!-- language: lang-csharp --> That's needless editing for a ...
Vogel612's user avatar
  • 25.5k
2 votes
1 answer
69 views

Refer to PowerShell Active Directory Browser Backticks are incorrectly interpreted as some sort of string, instead of a line continuation character.
Reinderien's user avatar
  • 71.2k
5 votes
1 answer
71 views

According to this meta question, tag-based syntax highlighting should be working but In this Lua question that was not the case. I suggested an edit to fix the highlighting in the question itself but ...
hugomg's user avatar
  • 211
8 votes
1 answer
156 views

I noticed the syntax highlighting on CR was different than that on SO: Stack Overflow Syntax highlighting isn't perfect - the blue and the red could be a little brighter, but overall it's fairly ...
Mathieu Guindon's user avatar
3 votes
1 answer
80 views

When you see a question in Code Review with some CSS and hex color codes in it, it appears like a comment. I think the syntax highlighter thinks that CSS uses python style comments i.e. ...
Anish Gupta's user avatar
4 votes
1 answer
120 views

Is there a way to highlight code syntax in a <pre> block? In this post, I had originally inserted my code using a ...
Richard Povinelli's user avatar

15 30 50 per page