diff options
author | Georg Brandl <georg@python.org> | 2013-01-10 22:03:56 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-10 22:03:56 +0100 |
commit | 6a0d18a6266d3d6bde6d4c72e5cece051155d9c5 (patch) | |
tree | ccba50c1dc0e80e5c5efeeb86f3aafd76f52826c /pygments/lexers/_mapping.py | |
parent | 79d0792f66f28e561151d1f546ef1544485edfcd (diff) | |
parent | 5342a4d9e1c9a75481fcabf25873476f3d0e4bdd (diff) | |
download | pygments-6a0d18a6266d3d6bde6d4c72e5cece051155d9c5.tar.gz |
merge with https://bitbucket.org/dhowett/pygments-main#logos
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index d4a5145c..f3b711f4 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -208,7 +208,7 @@ LEXERS = { 'OpaLexer': ('pygments.lexers.functional', 'Opa', ('opa',), ('*.opa',), ('text/x-opa',)), 'OpenEdgeLexer': ('pygments.lexers.other', 'OpenEdge ABL', ('openedge', 'abl', 'progress'), ('*.p', '*.cls'), ('text/x-openedge', 'application/x-openedge')), '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',)), + 'PhpLexer': ('pygments.lexers.web', 'PHP', ('php', 'php3', 'php4', 'php5'), ('*.php', '*.php[345]', '*.inc'), ('text/x-php',)), 'PlPgsqlLexer': ('pygments.lexers.sql', 'PL/pgSQL', ('plpgsql',), (), ('text/x-plpgsql',)), 'PostScriptLexer': ('pygments.lexers.other', 'PostScript', ('postscript',), ('*.ps', '*.eps'), ('application/postscript',)), 'PostgresConsoleLexer': ('pygments.lexers.sql', 'PostgreSQL console (psql)', ('psql', 'postgresql-console', 'postgres-console'), (), ('text/x-postgresql-psql',)), |