Skip to content

Commit

Permalink
Fix minor documentation around WoWToCLexer (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mart committed Sep 22, 2022
1 parent 2f5722d commit fccb16b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit fccb16b

Please sign in to comment.