diff options
Diffstat (limited to 'lib/coderay/token_classes.rb')
-rwxr-xr-x | lib/coderay/token_classes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/coderay/token_classes.rb b/lib/coderay/token_classes.rb index c71705b..ad7e5c8 100755 --- a/lib/coderay/token_classes.rb +++ b/lib/coderay/token_classes.rb @@ -15,8 +15,10 @@ module CodeRay :class_variable => 'cv', :color => 'cr', :comment => 'c', + :complex => 'cm', :constant => 'co', :content => 'k', + :decorator => 'de', :definition => 'df', :delimiter => 'dl', :directive => 'di', @@ -31,6 +33,7 @@ module CodeRay :function => 'fu', :global_variable => 'gv', :hex => 'hx', + :imaginary => 'cm', :important => 'im', :include => 'ic', :inline => 'il', |