./lib/coderay/scanners/xml.rb in coderay-0.7.1.147 vs ./lib/coderay/scanners/xml.rb in coderay-0.7.2.165

- old
+ new

@@ -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 - - register_for :xml - - end - -end -end +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