lib/rouge/lexers/xml.rb in rouge-3.3.0 vs lib/rouge/lexers/xml.rb in rouge-3.4.0

- old
+ new

@@ -5,10 +5,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 *.svg) + filenames *%w(*.xml *.xsl *.rss *.xslt *.xsd *.wsdl *.svg *.plist) mimetypes *%w( text/xml application/xml image/svg+xml application/rss+xml