summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/coderay-0.7.6.227/lib/coderay/scanners/xml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/coderay-0.7.6.227/lib/coderay/scanners/xml.rb')
-rw-r--r--vendor/plugins/coderay-0.7.6.227/lib/coderay/scanners/xml.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/plugins/coderay-0.7.6.227/lib/coderay/scanners/xml.rb b/vendor/plugins/coderay-0.7.6.227/lib/coderay/scanners/xml.rb
deleted file mode 100644
index ff923fbf5..000000000
--- a/vendor/plugins/coderay-0.7.6.227/lib/coderay/scanners/xml.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-module CodeRay
-module Scanners
-
- load :html
-
- # XML Scanner
- #
- # $Id$
- #
- # Currently this is the same scanner as Scanners::HTML.
- class XML < HTML
-
- register_for :xml
-
- end
-
-end
-end