Linked Questions
194 questions linked to/from What is syntax highlighting and how does it work?
3
votes
0
answers
69
views
Support Rust language syntax highlighting on Stack Overflow [duplicate]
Support proper syntax highlighting for code sections containing Rust code.
2
votes
1
answer
59
views
Syntax highlighter doesn't handle unpaired backticks [duplicate]
If you have an unpaired backtick
file = $`
raise unless file == "my_file.rb"
You get the next line treated as a comment string.
It seems to be a pairing problem, based on
file = $`
raise unless ...
1
vote
0
answers
60
views
Syntax highlight for the Swift programming language [duplicate]
Recently Apple announced the Swift language to be open sourced later this year. I noticed that google prettifier, which is used in eg. stack overflow to post code snippets, is not yet been adapted ...
2
votes
0
answers
60
views
Enable Verilog syntax highlighting [duplicate]
Can someone enable syntax highlighting for verilog and system-verilog code in SO?
2
votes
0
answers
57
views
Still not-fixed bug: literal string [duplicate]
to bring this to the front, as it clearly got lost or was reintroduced to google-code-prettify
Still Literal Strings will highlight the rest of the code as String, see this screenshot:
in the ...
3
votes
0
answers
56
views
Do we have Assembly syntax highlighting? [duplicate]
I couldn't help but notice that my NASM Assembly questions didn't have kind of code highlighting. Like this one: Why is my register-constant comparison not working in NASM Assembly?
I used Assembly ...
3
votes
0
answers
54
views
Improve VB.NET syntax highlighting - embedded XML issue [duplicate]
Looking at my answer to this question:
How to read an xml as string in vb
Note: Language hint is correctly applied, so syntax highlighter should know it is exactly VB.NET.
Here is how it looks on ...
1
vote
0
answers
47
views
How to format Razor code containing VB code [duplicate]
I want to format a block of code from a .vbhtml file. That is VB.NET code embedded in a Razor code file. So the parser/formatter needs to understand Razor syntax and VB.NET syntax. Could such a ...
1
vote
0
answers
50
views
XML syntax highlighting bug for "<style>" elements [duplicate]
The following XML fragment has incorrect syntax highlighting for comments and nested attributes:
<style name="MyApp.ActionBarTheme" parent="@style/ThemeOverlay.ActionBar">
<!-- This ...
2
votes
0
answers
44
views
Syntax highlighting razor views [duplicate]
I answered the following question yesterday
ckeditor and razor syntax templates
I've noticed that the syntax highlighting of the razor code is somewhat broken.
Is there anything that can be done ...
1
vote
0
answers
40
views
Syntax highlighting a bit off? [duplicate]
I had used this in a question:
cellNum = [VLOOKUP("string", '2012'!A:M, 13, FALSE)]
The light grey syntax color started at the single quote but then continued until the end of the line. Should it not ...
3
votes
0
answers
40
views
Is there a language/syntax highlighting setting for diff? [duplicate]
I'm trying to ask a programming question about an internal IDE project file that is changed when files are added and removed from the project (References to Removed Framework in project.pbxproj File). ...
1
vote
0
answers
38
views
Syntax highlighting for form elements sometimes do not work [duplicate]
I posted a question that has this code
<input type="text" v-model="myVar" @keyup.enter="doFilter" />
<button class="md-icon-button md-raised md-accent md-dense" @click="doFilter">Filter&...
2
votes
0
answers
36
views
Fixing complex syntax highlighting of existing posts [duplicate]
I noticed when reading Goodbye, Prettify. Hello highlight.js! Swapping out our Syntax Highlighter that the syntax:
<!-- language: lang-foo -->
something in the Foo programming language
is ...