From 3715e8aeaa4409253f041ba3f491a06cdefb6e9a Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 6 Jan 2010 22:55:25 +0000 Subject: Renamed Terminal encoder, cleanups. --- lib/coderay/encoders/_map.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/encoders/_map.rb') diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb index a66fcb8..bdffd7b 100644 --- a/lib/coderay/encoders/_map.rb +++ b/lib/coderay/encoders/_map.rb @@ -3,6 +3,7 @@ module Encoders map \ :loc => :lines_of_code, + :term => :terminal, :plain => :text, :stats => :statistic, :tex => :latex -- cgit v1.2.1