Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>HTML/CSS/JavaScript based syntax highlighter solutions are the most popular and work well with different server technologies including Ruby.</p> <ul> <li><p><strong><a href="http://code.google.com/p/syntaxhighlighter/" rel="nofollow noreferrer">SyntaxHighlighter</a></strong> (RECOMMENDED) is here to help a developer/coder to post code snippets online with ease and have it look pretty. It's 100% Java Script based and it doesn't care what you have on your server. </p></li> <li><p><strong><a href="http://rubyforge.org/projects/syntax" rel="nofollow noreferrer">Syntax highlighting</a></strong> library for various languages at Rubyforge.org. Has built-in support for converting source code to syntax-highlighted HTML.</p></li> <li><p><strong><a href="http://wordpress.org/extend/plugins/syntaxhighlighter/" rel="nofollow noreferrer">SyntaxHighlighter</a></strong> for WordPress. It allows you to easily post syntax highlighted code all without losing its formatting or making an manual changes.</p></li> <li><p><strong><a href="http://code.google.com/p/google-code-prettify/" rel="nofollow noreferrer">Prettify</a></strong>. A Javascript module and CSS file that allows syntax highlighting of source code snippets in an html page.</p></li> <li><p><strong><a href="http://qbnz.com/highlighter/" rel="nofollow noreferrer">GeSHi - Generic Syntax Highlighter</a></strong>. GeSHi started as an idea to create a generic syntax highlighter for the phpBB forum system, but has been generalised to this project. GeSHi aims to be a simple but powerful highlighting class, with the following goals: (1) Support for a wide range of popular languages (2) Easy to add a new language for highlighting (3) Highly customisable output formats</p></li> <li><p><strong><a href="http://sourceforge.net/projects/jush/" rel="nofollow noreferrer">JUSH</a></strong> is a syntax highlighting component written in JavaScript. It highlights HTML, CSS, JS, PHP and SQL code embedded into each other. Beside syntax highlighting, it provides links to the documentation for all supported languages.</p></li> <li><p><strong><a href="http://www.codeplex.com/wlwSyntaxHighlighter" rel="nofollow noreferrer">SyntaxHighlighter for Windows Live Writer</a></strong> at CodePlex.com (just in case :)</p></li> </ul> <p>And here a few blog posts on the subject:</p> <ul> <li><a href="http://jakescruggs.blogspot.com/2008/05/syntax-highlighting-for-ruby-made-very.html" rel="nofollow noreferrer">Syntax Highlighting for Ruby Made Very Easy</a> </li> <li><a href="http://www.hokstad.com/syntax-highlighting-in-ruby.html" rel="nofollow noreferrer">Syntax highlighting in Ruby</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload