From 889d50089d4d98db83ba5617b526da50107be661 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 15 Aug 2007 20:20:18 +0000 Subject: Added syntax highlightment for repository files (using CodeRay). Supported languages: c, ruby, rhtml, yaml, html, xml. git-svn-id: http://redmine.rubyforge.org/svn/trunk@644 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../coderay-0.7.6.227/lib/coderay/encoders/span.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/span.rb (limited to 'vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/span.rb') diff --git a/vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/span.rb b/vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/span.rb new file mode 100644 index 000000000..988afec17 --- /dev/null +++ b/vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/span.rb @@ -0,0 +1,20 @@ +module CodeRay +module Encoders + + load :html + + class Span < HTML + + FILE_EXTENSION = 'span.html' + + register_for :span + + DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge({ + :css => :style, + :wrap => :span, + }) + + end + +end +end -- cgit v1.2.3