diff options
author | murphy <murphy@rubychan.de> | 2010-01-06 22:55:25 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-01-06 22:55:25 +0000 |
commit | 3715e8aeaa4409253f041ba3f491a06cdefb6e9a (patch) | |
tree | 397c22ad8d90041cd1a70f4e756d64244bf85bdd /lib/coderay/encoders/_map.rb | |
parent | 8ff7311761d81dbc3925fd33cd5d4f66395a10a6 (diff) | |
download | coderay-3715e8aeaa4409253f041ba3f491a06cdefb6e9a.tar.gz |
Renamed Terminal encoder, cleanups.
Diffstat (limited to 'lib/coderay/encoders/_map.rb')
-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 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 |