lib/rouge/lexers/python.rb in rouge-1.7.7 vs lib/rouge/lexers/python.rb in rouge-1.8.0

- old
+ new

@@ -1,9 +1,10 @@ # -*- coding: utf-8 -*- # module Rouge module Lexers class Python < RegexLexer + title "Python" 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'