summaryrefslogtreecommitdiff
path: root/lib/coderay
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-30 01:15:18 +0000
committermurphy <murphy@rubychan.de>2010-03-30 01:15:18 +0000
commit431805471d6947a65f7d58aa47e7b9513421b23b (patch)
tree4502b172c7eeb893a1906a98d913471a325f8ed6 /lib/coderay
parent8f8d029f1e9ba286e43cedc274a89bae3fb318b4 (diff)
downloadcoderay-431805471d6947a65f7d58aa47e7b9513421b23b.tar.gz
Added alias :remove_comments for CommentFilter.
Diffstat (limited to 'lib/coderay')
-rw-r--r--lib/coderay/encoders/_map.rb1
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