Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor documentation around WoWToCLexer #2245

Merged
merged 1 commit into from Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -143,6 +143,7 @@ Other contributors, listed alphabetically, are:
* Louis Mandel -- X10 lexer
* Louis Marchand -- Eiffel lexer
* Simone Margaritelli -- Hybris lexer
* Tim Martin - World of Warcraft TOC lexer
* Kirk McDonald -- D lexer
* Gordon McGregor -- SystemVerilog lexer
* Stephen McKamey -- Duel/JBST lexer
Expand Down
6 changes: 4 additions & 2 deletions pygments/lexers/wowtoc.py
Expand Up @@ -2,7 +2,9 @@
pygments.lexers.wowtoc
~~~~~~~~~~~~~~~~~~~~~~

Lexer for World of Warcraft TOC files, which describe game addon metadata.
Lexer for World of Warcraft TOC files

TOC files describe game addons.

:copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
Expand Down Expand Up @@ -44,7 +46,7 @@ class WoWTocLexer(RegexLexer):
"""
Lexer for World of Warcraft TOC files.

.. versionadded:: 2.13
.. versionadded:: 2.14
"""

name = "World of Warcraft TOC"
Expand Down