Skip to content

Instantly share code, notes, and snippets.

@ox
Created December 11, 2012 22:31
Show Gist options
  • Save ox/4262944 to your computer and use it in GitHub Desktop.
Save ox/4262944 to your computer and use it in GitHub Desktop.
Syntax Highlighting Check in gist.io

Can gist.io actually do syntax highlighting?

Lets check:

def foo(bar)
  puts "foo #{bar}"
  sleep(1)
end

foo("BAZ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment