Skip to content

tuzz/rack-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Serves a file with syntax highlighting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages