summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/_map.rb
blob: 8e9732b059f5fffdf3ddf80969ae0b7699b72696 (plain)
1
2
3
4
5
6
7
8
9
module CodeRay
module Encoders

  map :stats => :statistic,
    :plain => :text,
    :tex => :latex

end
end