summaryrefslogtreecommitdiff
path: root/lib/coderay.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-13 06:24:54 +0000
committermurphy <murphy@rubychan.de>2005-11-13 06:24:54 +0000
commitb60448c9788d37d7c0ab9cd0a3f0337861c64843 (patch)
treeb4046870310445532e0ff9b6aef70bc17086ab62 /lib/coderay.rb
parent07da5153646a7ae0a9551533221870c47ec950d2 (diff)
downloadcoderay-b60448c9788d37d7c0ab9cd0a3f0337861c64843.tar.gz
New Style system added - still beta.
Demos adjusted coderay.rb, encoders/html.rb, encoders/div.rb adjusted. encoders/html/* files rebuild.
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r--lib/coderay.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay.rb b/lib/coderay.rb
index 62b5991..23901ed 100644
--- a/lib/coderay.rb
+++ b/lib/coderay.rb
@@ -138,6 +138,7 @@ module CodeRay
require 'coderay/tokens'
require 'coderay/scanner'
require 'coderay/encoder'
+ require 'coderay/style'
class << self