Linked Questions

3 votes
0 answers
69 views

Support proper syntax highlighting for code sections containing Rust code.
Ron Dahlgren's user avatar
2 votes
1 answer
59 views

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 ...
Andrew Grimm's user avatar
  • 21.7k
1 vote
0 answers
60 views

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 ...
Guyvo's user avatar
  • 19
2 votes
0 answers
60 views

Can someone enable syntax highlighting for verilog and system-verilog code in SO?
Jean's user avatar
  • 121
2 votes
0 answers
57 views

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 ...
Vogel612's Shadow's user avatar
3 votes
0 answers
56 views

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 ...
Saturn's user avatar
  • 1,453
3 votes
0 answers
54 views

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 ...
Victor Zakharov's user avatar
1 vote
0 answers
47 views

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 ...
BlueMonkMN's user avatar
1 vote
0 answers
50 views

The following XML fragment has incorrect syntax highlighting for comments and nested attributes: <style name="MyApp.ActionBarTheme" parent="@style/ThemeOverlay.ActionBar"> <!-- This ...
rockgecko's user avatar
  • 111
2 votes
0 answers
44 views

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 ...
user avatar
1 vote
0 answers
40 views

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 ...
JBurace's user avatar
  • 439
3 votes
0 answers
40 views

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). ...
JAL's user avatar
  • 7,422
1 vote
0 answers
38 views

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&...
hanxue's user avatar
  • 111
2 votes
0 answers
36 views

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 ...
Donal Fellows's user avatar

15 30 50 per page
1
3 4
5
6 7
13