diff options
author | murphy <murphy@rubychan.de> | 2005-10-16 10:50:34 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-10-16 10:50:34 +0000 |
commit | a4052158f89068317e5a374cc553ef95de1a842a (patch) | |
tree | 19727dcdbac840d562279e876ddfafa00a52dc95 /lib/coderay/encoders/helpers/html_helper.rb | |
parent | 48e144a20829faaeca9a7db8fbc6128f1f5d7297 (diff) | |
download | coderay-a4052158f89068317e5a374cc553ef95de1a842a.tar.gz |
scanners/ruby.rb: fixed string inline code
encoders/helpers/html_css.rb and html_helper.rb: added :inline token
encoders/helpers/html_output.rb: made wrapped_in an attr_accessor; fixed option handling in numerize!
Diffstat (limited to 'lib/coderay/encoders/helpers/html_helper.rb')
-rw-r--r-- | lib/coderay/encoders/helpers/html_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/encoders/helpers/html_helper.rb b/lib/coderay/encoders/helpers/html_helper.rb index 03ea0a2..6a2938e 100644 --- a/lib/coderay/encoders/helpers/html_helper.rb +++ b/lib/coderay/encoders/helpers/html_helper.rb @@ -28,6 +28,7 @@ module CodeRay module Encoders :global_variable => 'gv',
:hex => 'hx',
:include => 'ic',
+ :inline => 'il',
:instance_variable => 'iv',
:integer => 'i',
:interpreted => 'in',
|