summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-10-18 21:48:17 +0000
committermurphy <murphy@rubychan.de>2006-10-18 21:48:17 +0000
commit3f5cc3ae69ecad6a6909aad4b553eb958241dd14 (patch)
treef488993bf2c9761c6f98ca5ddd55497f6fa8f832 /lib/coderay/encoders/html
parent26a698230e2e502bfe90392ae034409506ca3cdc (diff)
downloadcoderay-3f5cc3ae69ecad6a6909aad4b553eb958241dd14.tar.gz
Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem.
New token: :inline_delimiter Scanner tests suite revamped: colorization, split up into methods.
Diffstat (limited to 'lib/coderay/encoders/html')
-rw-r--r--lib/coderay/encoders/html/classes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/encoders/html/classes.rb b/lib/coderay/encoders/html/classes.rb
index c8f70d9..0bac742 100644
--- a/lib/coderay/encoders/html/classes.rb
+++ b/lib/coderay/encoders/html/classes.rb
@@ -34,6 +34,7 @@ module Encoders
:hex => 'hx',
:include => 'ic',
:inline => 'il',
+ :inline_delimiter => 'idl',
:instance_variable => 'iv',
:integer => 'i',
:interpreted => 'in',