lib/rouge/lexers/xml.rb in rouge-2.0.6 vs lib/rouge/lexers/xml.rb in rouge-2.0.7

- old
+ new

@@ -4,10 +4,10 @@ module Lexers class XML < RegexLexer title "XML" desc %q(<desc for="this-lexer">XML</desc>) tag 'xml' - filenames *%w(*.xml *.xsl *.rss *.xslt *.xsd *.wsdl) + filenames *%w(*.xml *.xsl *.rss *.xslt *.xsd *.wsdl *.svg) mimetypes *%w( text/xml application/xml image/svg+xml application/rss+xml