summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/_map.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/scanners/_map.rb')
-rw-r--r--lib/coderay/scanners/_map.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/coderay/scanners/_map.rb b/lib/coderay/scanners/_map.rb
index 1482ee9..6268a6c 100644
--- a/lib/coderay/scanners/_map.rb
+++ b/lib/coderay/scanners/_map.rb
@@ -1,14 +1,14 @@
module CodeRay
module Scanners
-
- map :cpp => :c,
- :plain => :plaintext,
- :pascal => :delphi,
- :irb => :ruby,
- :xml => :html,
- :xhtml => :nitro_html
- default :plain
-
+ map :cpp => :c,
+ :plain => :plaintext,
+ :pascal => :delphi,
+ :irb => :ruby,
+ :xml => :html,
+ :xhtml => :nitro_html
+
+ default :plain
+
end
end