Skip to content

Commit

Permalink
Add back some mappings for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
markdwags committed Mar 14, 2023
1 parent c853aa8 commit 2fd69fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions help/pygments.mapping.razor
Expand Up @@ -2,5 +2,8 @@
# DO NOT EDIT BY HAND; run `tox -e mapfiles` instead.

LEXERS = {
'BashLexer': ('pygments.lexers.shell', 'Bash', ('bash', 'sh', 'ksh', 'zsh', 'shell'), ('*.sh', '*.ksh', '*.bash', '*.ebuild', '*.eclass', '*.exheres-0', '*.exlib', '*.zsh', '.bashrc', 'bashrc', '.bash_*', 'bash_*', 'zshrc', '.zshrc', '.kshrc', 'kshrc', 'PKGBUILD'), ('application/x-sh', 'application/x-shellscript', 'text/x-shellscript')),
'RazorLexer': ('pygments.lexers.razor', 'RazorL', ('razor',), ('*.razor'), ('text/x-razor',)),
'CSharpLexer': ('pygments.lexers.dotnet', 'C#', ('csharp', 'c#', 'cs'), ('*.cs',), ('text/x-csharp',)),
'XmlLexer': ('pygments.lexers.html', 'XML', ('xml',), ('*.xml', '*.xsl', '*.rss', '*.xslt', '*.xsd', '*.wsdl', '*.wsf'), ('text/xml', 'application/xml', 'image/svg+xml', 'application/rss+xml', 'application/atom+xml')),
}

0 comments on commit 2fd69fd

Please sign in to comment.