Skip to content

Commit

Permalink
Changed to support coderay 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Sep 30, 2011
1 parent 646c7ab commit 648e639
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/yarv.rb
Expand Up @@ -8,8 +8,6 @@ module Scanners

class YARV < Scanner

include Streamable

register_for :yarv
file_extension 'yarv'

Expand Down
1 change: 0 additions & 1 deletion sample/rocky-trepan-colors.rb
Expand Up @@ -14,7 +14,6 @@

require 'rubygems'
require 'coderay'
require 'coderay/encoders/term'
TERM_TOKEN_COLORS = {
:comment => '3;37', # sienna #8b4726
:constant => '1;34', # Bold Midnight Blue #191970
Expand Down

0 comments on commit 648e639

Please sign in to comment.