Skip to content

Commit

Permalink
Update mapfiles & CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Aug 15, 2021
1 parent 2ab0083 commit c2b1f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES
Expand Up @@ -45,6 +45,7 @@ Version 2.10.0
- Add a new trivial lexer which outputs everything as `Text.Generic.Output` (#1835, #1836)
- Use the ``.ini`` lexer for ``systemd`` files (#1849)
- Fix a ``FutureWarning`` related to ``words()`` (#1854)
- ``pwsh`` is now recognized as an alias for PowerShell (#1876)


Version 2.9.0
Expand Down
4 changes: 2 additions & 2 deletions pygments/lexers/_mapping.py
Expand Up @@ -358,8 +358,8 @@
'PostgresConsoleLexer': ('pygments.lexers.sql', 'PostgreSQL console (psql)', ('psql', 'postgresql-console', 'postgres-console'), (), ('text/x-postgresql-psql',)),
'PostgresLexer': ('pygments.lexers.sql', 'PostgreSQL SQL dialect', ('postgresql', 'postgres'), (), ('text/x-postgresql',)),
'PovrayLexer': ('pygments.lexers.graphics', 'POVRay', ('pov',), ('*.pov', '*.inc'), ('text/x-povray',)),
'PowerShellLexer': ('pygments.lexers.shell', 'PowerShell', ('powershell', 'posh', 'ps1', 'psm1'), ('*.ps1', '*.psm1'), ('text/x-powershell',)),
'PowerShellSessionLexer': ('pygments.lexers.shell', 'PowerShell Session', ('ps1con',), (), ()),
'PowerShellLexer': ('pygments.lexers.shell', 'PowerShell', ('powershell', 'pwsh', 'posh', 'ps1', 'psm1'), ('*.ps1', '*.psm1'), ('text/x-powershell',)),
'PowerShellSessionLexer': ('pygments.lexers.shell', 'PowerShell Session', ('pwsh-session', 'ps1con'), (), ()),
'PraatLexer': ('pygments.lexers.praat', 'Praat', ('praat',), ('*.praat', '*.proc', '*.psc'), ()),
'ProcfileLexer': ('pygments.lexers.procfile', 'Procfile', ('procfile',), ('Procfile',), ()),
'PrologLexer': ('pygments.lexers.prolog', 'Prolog', ('prolog',), ('*.ecl', '*.prolog', '*.pro', '*.pl'), ('text/x-prolog',)),
Expand Down

0 comments on commit c2b1f13

Please sign in to comment.