lib/rouge/lexers/html.rb in rouge-0.2.0 vs lib/rouge/lexers/html.rb in rouge-0.2.1
- old
+ new
@@ -1,7 +1,8 @@
module Rouge
module Lexers
class HTML < RegexLexer
+ desc "HTML, the markup language of the web"
tag 'html'
filenames '*.htm', '*.html', '*.xhtml', '*.xslt'
mimetypes 'text/html', 'application/xhtml+xml'
def self.analyze_text(text)