diff options
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.rb | 18 |
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 |