summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-11-21 09:29:49 +0000
committermurphy <murphy@rubychan.de>2010-11-21 09:29:49 +0000
commitfa8b580bfcf1082ac671acde60c4205681dec1dd (patch)
treed4b519a4779ea3e3647aa974e59a66d64c92e2d4 /lib/coderay/scanners
parenta64667b22ec84dd15cb0e3b46e5fd8d45ddbd565 (diff)
downloadcoderay-fa8b580bfcf1082ac671acde60c4205681dec1dd.tar.gz
Code cleanup.
Diffstat (limited to 'lib/coderay/scanners')
-rw-r--r--lib/coderay/scanners/_map.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/coderay/scanners/_map.rb b/lib/coderay/scanners/_map.rb
index 53eaf7b..517e388 100644
--- a/lib/coderay/scanners/_map.rb
+++ b/lib/coderay/scanners/_map.rb
@@ -1,6 +1,6 @@
module CodeRay
module Scanners
-
+
map \
:cplusplus => :cpp,
:'c++' => :cpp,
@@ -15,8 +15,8 @@ module Scanners
:plain => :plaintext,
:xhtml => :html,
:yml => :yaml
-
+
default :plain
-
+
end
end