summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/_map.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/_map.rb')
-rw-r--r--vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/_map.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/_map.rb b/vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/_map.rb
deleted file mode 100644
index 8e9732b05..000000000
--- a/vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/_map.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-module CodeRay
-module Encoders
-
- map :stats => :statistic,
- :plain => :text,
- :tex => :latex
-
-end
-end