0.0
No commit activity in last 3 years
No release in over 3 years
Serves a file with syntax highlighting
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Rack Source

Serves a file with syntax highlighting.

Usage

# config.ru
require 'rack/source'

run Rack::Source.new('path/to/file')

You can force the language if it isn't automatically detected:

run Rack::Source.new(__FILE__, :lexer => :ruby)

All parameters are passed through to Pygments, so look there for additional options and supported lexers.

Ruby 1.9+

If you're using a newer version of Ruby, you'll need to run a thin server instead. There is an issue with Pygments.