diff options
Diffstat (limited to 'lib/coderay/scanners/_map.rb')
-rw-r--r-- | lib/coderay/scanners/_map.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/coderay/scanners/_map.rb b/lib/coderay/scanners/_map.rb index fc53d91..f6e4452 100644 --- a/lib/coderay/scanners/_map.rb +++ b/lib/coderay/scanners/_map.rb @@ -6,7 +6,9 @@ module CodeRay :pascal => :delphi,
:irb => :ruby,
:xml => :html,
- :xhtml => :html
+ :xhtml => :nitro_html
+
+ default :plain
end
end
|