diff options
author | mitsuhiko <devnull@localhost> | 2008-04-29 10:33:20 +0200 |
---|---|---|
committer | mitsuhiko <devnull@localhost> | 2008-04-29 10:33:20 +0200 |
commit | dfd2c1a414286d5c9c55eaaac73bda26f6a0c2b9 (patch) | |
tree | 109a9490b97d33de9398244722f8e125321e81cf /pygments/lexers/_mapping.py | |
parent | 7dc9563b773c6e97662cdd05c2198832ace25b4f (diff) | |
parent | 503c2c5a2917d5c863397e050e77ef0a043b4a9f (diff) | |
download | pygments-dfd2c1a414286d5c9c55eaaac73bda26f6a0c2b9.tar.gz |
Automated merge with ssh://team@pocoo.org/pygments-main
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 a1979b49..68781e53 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -96,6 +96,7 @@ LEXERS = { 'OcamlLexer': ('pygments.lexers.functional', 'OCaml', ('ocaml',), ('*.ml', '*.mli', '*.mll', '*.mly'), ('text/x-ocaml',)), 'PerlLexer': ('pygments.lexers.agile', 'Perl', ('perl', 'pl'), ('*.pl', '*.pm'), ('text/x-perl', 'application/x-perl')), 'PhpLexer': ('pygments.lexers.web', 'PHP', ('php', 'php3', 'php4', 'php5'), ('*.php', '*.php[345]'), ('text/x-php',)), + 'Python3Lexer': ('pygments.lexers.agile', 'Python 3', ('python3', 'py3'), (), ('text/x-python3', 'application/x-python3')), 'PythonConsoleLexer': ('pygments.lexers.agile', 'Python console session', ('pycon',), (), ('text/x-python-doctest',)), 'PythonLexer': ('pygments.lexers.agile', 'Python', ('python', 'py'), ('*.py', '*.pyw', '*.sc', 'SConstruct', 'SConscript'), ('text/x-python', 'application/x-python')), 'PythonTracebackLexer': ('pygments.lexers.agile', 'Python Traceback', ('pytb',), ('*.pytb',), ('text/x-python-traceback',)), |