summaryrefslogtreecommitdiff
path: root/pygments/lexers/wowtoc.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
|
* all: style fixesGeorg Brandl2022-10-271-7/+11
|
* Fix minor documentation around WoWToCLexer (#2245)Tim Martin2022-09-221-2/+4
|
* Add World of Warcraft TOC file lexer (#2244)Tim Martin2022-09-211-0/+114
Also fix a broken link and decode as UTF8 in count_token_references.py.