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.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/coderay/scanners/xml.rb b/lib/coderay/scanners/xml.rb
index d1c6bad..5ce8ce9 100644
--- a/lib/coderay/scanners/xml.rb
+++ b/lib/coderay/scanners/xml.rb
@@ -1,18 +1,18 @@
module CodeRay
module Scanners
- load :html
-
- # XML Scanner
- #
- # $Id$
- #
- # Currently this is the same scanner as Scanners::HTML.
- class XML < HTML
+ load :html
- register_for :xml
+ # XML Scanner
+ #
+ # $Id$
+ #
+ # Currently this is the same scanner as Scanners::HTML.
+ class XML < HTML
- end
+ register_for :xml
+
+ end
end
end