From b60448c9788d37d7c0ab9cd0a3f0337861c64843 Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 13 Nov 2005 06:24:54 +0000 Subject: New Style system added - still beta. Demos adjusted coderay.rb, encoders/html.rb, encoders/div.rb adjusted. encoders/html/* files rebuild. --- lib/coderay/encoders/html/classes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/encoders/html/classes.rb') diff --git a/lib/coderay/encoders/html/classes.rb b/lib/coderay/encoders/html/classes.rb index 6a2938e..4a01920 100644 --- a/lib/coderay/encoders/html/classes.rb +++ b/lib/coderay/encoders/html/classes.rb @@ -54,6 +54,7 @@ module CodeRay module Encoders :xml_text => 'xt', :ident => :NO_HIGHLIGHT, # 'id' + #:operator => 'op', :operator => :NO_HIGHLIGHT, # 'op' :space => :NO_HIGHLIGHT, # 'sp' :plain => :NO_HIGHLIGHT, -- cgit v1.2.1