Syntax highlighting test

ruby code gherkin cucumber

Fri Apr 10 20:34:24 -0700 2009

Checking out how well syntax highlighting works

Some ruby

  class Gdakram
    def self.quacks
      "#{self} quack quack"
    end
  end
  Gdakram.quacks

Some gherkin

Feature Syntax Highlighting
  As a coder
  I want my esoteric languages to be highlighted well
  So that this blog is more legible to well.. esoteric folks
blog comments powered by Disqus