diff options
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/encoders/_map.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb index bdffd7b..86cb4a5 100644 --- a/lib/coderay/encoders/_map.rb +++ b/lib/coderay/encoders/_map.rb @@ -5,6 +5,7 @@ module Encoders :loc => :lines_of_code, :term => :terminal, :plain => :text, + :remove_comments => :comment_filter, :stats => :statistic, :tex => :latex |