diff options
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',
|