Created
March 26, 2012 16:43
-
-
Save mguterl/2206413 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Syntax highlighting for pre/code blocks | |
| require 'rack/pygmoku' | |
| use Rack::Pygmoku, :lexer_attr => 'lang' | |
| # Workaround https://github.com/heroku/heroku-buildpack-python/issues/5 | |
| RubyPython.configure :python_exe => 'python2.6' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment