./lib/coderay/scanners/xml.rb in coderay-0.7.4.215 vs ./lib/coderay/scanners/xml.rb in coderay-0.8.260
- old
+ new
@@ -9,9 +9,10 @@
#
# Currently this is the same scanner as Scanners::HTML.
class XML < HTML
register_for :xml
+ file_extension 'xml'
end
end
end