Skip to content

Commit

Permalink
Remove the pygments lexer in favor of @rodjek's better one
Browse files Browse the repository at this point in the history
  • Loading branch information
tnm committed Jun 27, 2013
1 parent 72d8d5d commit d646705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vendor/pygments-main/pygments/lexers/_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@
'PropertiesLexer': ('pygments.lexers.text', 'Properties', ('properties',), ('*.properties',), ('text/x-java-properties',)),
'ProtoBufLexer': ('pygments.lexers.other', 'Protocol Buffer', ('protobuf',), ('*.proto',), ()),
'PuppetLexer': ('pygments.lexers.github', 'Puppet', ('puppet',), ('*.pp',), ()),
'PuppetLexer': ('pygments.lexers.other', 'Puppet', ('puppet',), ('*.pp',), ()),
'PyPyLogLexer': ('pygments.lexers.text', 'PyPy Log', ('pypylog', 'pypy'), ('*.pypylog',), ('application/x-pypylog',)),
'Python3Lexer': ('pygments.lexers.agile', 'Python 3', ('python3', 'py3'), (), ('text/x-python3', 'application/x-python3')),
'Python3TracebackLexer': ('pygments.lexers.agile', 'Python 3.0 Traceback', ('py3tb',), ('*.py3tb',), ('text/x-python3-traceback',)),
Expand Down

0 comments on commit d646705

Please sign in to comment.