summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders')
-rw-r--r--lib/coderay/encoders/_map.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb
index e5cbdeb..4cca196 100644
--- a/lib/coderay/encoders/_map.rb
+++ b/lib/coderay/encoders/_map.rb
@@ -8,7 +8,8 @@ module Encoders
:remove_comments => :comment_filter,
:stats => :statistic,
:term => :terminal,
- :tty => :terminal
+ :tty => :terminal,
+ :yml => :yaml
# No default because Tokens#nonsense should raise NoMethodError.