summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/xml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/scanners/xml.rb')
-rw-r--r--lib/coderay/scanners/xml.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/scanners/xml.rb b/lib/coderay/scanners/xml.rb
index ff923fb..bc6020a 100644
--- a/lib/coderay/scanners/xml.rb
+++ b/lib/coderay/scanners/xml.rb
@@ -11,6 +11,7 @@ module Scanners
class XML < HTML
register_for :xml
+ file_extension 'xml'
end