Syntax highlighting using the pygments.com "web service"
Syntax highlighting using the kulrii.heroku.com web service
Javascript syntax highlighter by Ivan Salagaev
Syntax highlights content from a git diff
Uses Albino and Pygmentize to add highlighting to code blocks
Ruby syntax highlighting
Write Haml in Markdown, Syntax Highlight with Pygments, and Pretty Print the output HTML, in Ruby.
pygments.rb exposes the pygments syntax highlighter to Ruby
Ruby syntax highlighting.
Twirb is a Ruby text-editor and an alternative to irb, with syntax highlighting and indentation for writing ruby code and executing it directly in your terminal
HTML::Pipeline filter for Octopress-flavored syntax highlighting
Paraqeet is a Jekyll theme for building websites using Bootstrap - the most popular HTML, CSS, and JS library in the world. Paraqeet comes pre-loaded with the latest versions of Bootstrap and Bootstrap Icons - the official open source SVG icon library for Bootstrap, as well as built-in Sass support for Rouge - Jekyll’s default code syntax highlighter.
Ruby bindings for Shall, a syntax highlighter
A library for turning code snippets into slides. Automatically turn your source code into syntax-highlighted PDFs and PNGs. Take the tedium out of building your presentation's slide deck!
Stupid-simple Rack-based Markdown browser with syntax highlighting.
Black parses diff output to render a syntax-highlighted diff view in HTML
slodown.py replaces the Coderay-based syntax highlighting in Slodown with Pygments.rb
Ultraviolet is a syntax highlighting library and engine. It uses TextMate[http://macromates.com/] syntax files and parses them using the Textpow[http://textpow.rubyforge.org] library. It supports more than 60 programming languages out of the box.
Rougify your syntax highlighting in Bridgetown markdown code blocks
"Harsh: Another Rails Syntax Highlighter," is just that - it highlights code in Rails, much like Radiograph or tm_syntax_highlighting. However, it does it well, _better_. Oh, and it also supports Haml, as well as ERb. And it comes with rake tasks. Firstly, it allows block form: <% harsh :theme => :dawn do %> class Testing def initialize(str) puts str end end <% end %> as well as the form the other plugins offer, which is text as a parameter: <% harsh %Q{ class Testing def initialize(str) puts str end end }, :theme => :dawn For haml, harsh is implemented as a filter. First, add this to the bottom of your environment.rb: Harsh.enable_haml Then, to use harsh in Haml: :harsh class Foo < Bar end However, haml's filters can't take options. So how on earth are we going to customize it to our heart's delight? Easily, my friend, fret not! Enter the BCL (Bootleg Configuration Line): :harsh #!harsh theme = all_hallows_eve lines=true syntax=css h1 { float:left; clear:left; position:relative; } It has to be the first line in the filter. You don't need the config line, though. Also, notice that you can have spaces between the arguments and the little = sign. Harsh also offers rake tasks for what tm_syntax_highlighting provides in generators, and a :harsh as a stylesheet-includer to load all syntax-highlighting files, as such: <%= stylesheet_include_tag :harsh %> The rake tasks for setting up your stylesheets are these: rake harsh:theme:list # lists available themes rake harsh:theme:install[twilight] # installs the twilight theme into /public/stylesheets/harsh/ rake harsh:theme:install THEME=twilight # also installs the twilight theme (for *csh shells) rake harsh:theme:uninstall[twilight] # removes the twilight theme rake harsh:theme:uninstall THEME=twilight # also uninstalls the twilight theme (for *csh shells) While purely informative, you can find out the available syntaxes as follows: rake harsh:syntax:list
Ruby utility that shows syntax highlighted code in your browser
A shell written in Ruby with extensive tab completions, aliases/nicks, history, syntax highlighting, theming, auto-cd, auto-opening files and more. In continual development. New in 2.0: Full rewrite of tab completion engine. Lots of other bug fixes. 2.6: Handling line longer than terminal width. 2.6.1: Fixed Ctrl-L bug.
Liaison is a fancier sounding name for a middleman. Liaison is also a heavily opinionated Middleman project (see: https://middlemanapp.com) which is setup w/ HAML and Sass (instead of ERB & Less), and preconfigured with the Bootstrap framework, Font-Awesome and GitHub Octicons for icons, Kramdown for rendering markdown content, and Rouge syntax hightlighting for all of your code highlighting needs.
Khaleesi is a blog-aware or documentation-aware static site generator write in Ruby, supports markdown parser, series of decorators wrapping, code syntax highlighting, simple page script programming, page including, dataset traversing etc.
Adds CodeRay syntax highlighting to RedCloth, by using a <source> tag.
Adds CodeRay syntax highlighting to RedCloth, by using a <source> tag.
Based on the Perl tool 'ack' by Andy Lester. Examples with similar grep: $ rak pattern $ grep pattern $(find . | grep -v .svn) $ rak --ruby pattern $ grep pattern $(find . -name '*.rb' | grep -v .svn) == FEATURES/PROBLEMS: * Ruby regular expression syntax (uses oniguruma gem if installed). * Highlighted output. * Automatically recurses down the current directory or any given directories. * Skips version control directories, backups like '~' and '#' and your * ruby project's pkg directory. * Allows inclusion and exclusion of files based on types. * Many options similar to grep.
Generate syntax highlighted HTML using Markdown/Lighthouse conventions.
The theme, named "Arumai" (meaning "wonderful" or "excellent" in Tamil), focuses on minimal design for the Jekyll framework. It integrates Bootstrap for styling and Prism for syntax highlighting.
mdcat is a command line tool to cat markdown files with syntax highlight
Prism-powered syntax highlighter for Ruby