lib/rouge/lexers/python.rb in rouge-0.2.0 vs lib/rouge/lexers/python.rb in rouge-0.2.1
- old
+ new
@@ -1,7 +1,8 @@
module Rouge
module Lexers
class Python < RegexLexer
+ desc "The Python programming language (python.org)"
tag 'python'
aliases 'py'
filenames '*.py', '*.pyw', '*.sc', 'SConstruct', 'SConscript', '*.tac'
mimetypes 'text/x-python', 'application/x-python'