diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2011-05-23 21:24:10 +0200 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2011-05-23 21:24:10 +0200 |
commit | 0c2c67d9b02222f880d47cd59f0e1e3b57d9265d (patch) | |
tree | d50142821ef6ad264eeb14b62369ea530c1126a7 /pygments/lexers/_mapping.py | |
parent | f6332d38fca8c2b1a8e45f123935a24127fe1a52 (diff) | |
download | pygments-0c2c67d9b02222f880d47cd59f0e1e3b57d9265d.tar.gz |
Added pypylog lexer
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index ed23cbdb..5302a8f2 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -160,6 +160,7 @@ LEXERS = { 'PrologLexer': ('pygments.lexers.compiled', 'Prolog', ('prolog',), ('*.prolog', '*.pro', '*.pl'), ('text/x-prolog',)), 'PropertiesLexer': ('pygments.lexers.text', 'Properties', ('properties',), ('*.properties',), ('text/x-java-properties',)), 'ProtoBufLexer': ('pygments.lexers.other', 'Protocol Buffer', ('protobuf',), ('*.proto',), ()), + 'PyPyLogLexer': ('pygments.lexers.pypylog', 'PyPy Log', ('pypylog', 'pypy'), ('*.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',)), 'PythonConsoleLexer': ('pygments.lexers.agile', 'Python console session', ('pycon',), (), ('text/x-python-doctest',)), |