diff options
Diffstat (limited to 'lib/coderay/scanners')
-rw-r--r-- | lib/coderay/scanners/_map.rb | 6 |
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 |